Skip to content

Commit

Permalink
linguistic changes requested by bjorn
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrut committed Jun 29, 2024
1 parent 23a99a9 commit 074a36b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions faqs/galaxy/histories_dataset_colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ There are several different "states" a dataset can be in. These states are indic
- **queued**: indicates that the job generating this dataset is scheduled for execution but not running yet;
- **running**: job generating this dataset is running;
- **setting metadata**: when a new dataset is uploaded Galaxy examines it to understand what kind of data it is (e.g., BAM, FASTQ, fasta, BED, etc.). This is called "setting metadata";
- **deferred**: in some cases, it does not make sense to upload the dataset until it is needed for an analysis. Galaxy will download **deferred** datasets later during the job execution. Those datasets do not count toward your quota;
- **paused**: is some cases as, for example, in the case of workflow executions, upstream errors prevent subsequent jobs from starting creating datasets in "paused" state;
- **deferred**: sometimes it does not make sense to upload the dataset until it is needed for an analysis. Galaxy will download **deferred** datasets later during the job execution. Those datasets do not count toward your quota;
- **paused**: in some cases as, for example, workflow executions, upstream errors prevent subsequent jobs from starting creating datasets in "paused" state;
- **discarded**: something went wrong such as, for example, a job producing this dataset might have been cancelled;
- **error**: everything is not fine; life is bad!
- **placeholder**: similar to "new"; we know something will be there but are not yet sure what;
Expand Down
4 changes: 2 additions & 2 deletions faqs/galaxy/histories_undelete.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ layout: faq
contributors: [gatwirival,nekrut]
---

If you have not purged a history and have only deleted it, it is possible to 'undelete' it and reverse or undo the deletion. To do so:
Deleted histories can be **undeleted**:

1. Select "Histories" from the activity bar on the left
2. Toggle "Advanced search"
3. Click "Deleted"
4. Click on the title of the history you want to un-delete and un-delete it.
4. Click on the title of the history you want to un-delete and un-delete it!

![Undeleting a deleted history]({% link faqs/galaxy/images/histories_undelete.gif %})

0 comments on commit 074a36b

Please sign in to comment.