diff --git a/faqs/galaxy/histories_archive.md b/faqs/galaxy/histories_archive.md new file mode 100644 index 00000000000000..db8c7e46e83c98 --- /dev/null +++ b/faqs/galaxy/histories_archive.md @@ -0,0 +1,14 @@ +--- +title: Archive a history +description: If you want to remove the history from your active histories but keep it around for reference, you can move it to the Archived Histories section. +area: histories +box_type: tip +layout: faq +contributors: [nomadscientist] +--- + + 1. Select {% icon galaxy-history-options %} **History Options** which is on the top of the list of datasets in the history panel + 2. Select {% icon galaxy-history-archive %} **Archive History** + 3. Select the **Archive history** button + +Your history is now archived! To find it again, you will need to go to **Data** → **Histories** → **Archived Histories**. diff --git a/faqs/gtn/gtn_example_histories.md b/faqs/gtn/gtn_example_histories.md index 1dcb6829279ca8..d04f859475c619 100644 --- a/faqs/gtn/gtn_example_histories.md +++ b/faqs/gtn/gtn_example_histories.md @@ -4,8 +4,9 @@ area: introduction layout: faq box_type: tip contributors: [nomadscientist] +redirect_from: +- faqs/gtn/using-answer-key-histories --- - If you get stuck, you can first check your history against an exemplar history, from your tutorial. First, import the target history. diff --git a/faqs/gtn/using-answer-key-histories.md b/faqs/gtn/using-answer-key-histories.md deleted file mode 100644 index 33f4f0d848be18..00000000000000 --- a/faqs/gtn/using-answer-key-histories.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Using answer key histories -area: learners -layout: faq -box_type: tip -google_form_id: 1728648609 -contributors: [nomadscientist] ---- - -If you are struggling with a tutorial and you can't figure out why, you can use the answer history (if it's available) which is linked at the top of the tutorial. - -1. Select the *Answer history* and choose the appropriate link from the resulting drop-down menu. - -2. Import the history (If you aren't sure how, [go to the Import History FAQ]({% link faqs/galaxy/histories_import.md %})) 3. Select *View Here* or otherwise navigate to the imported history. 4. Find the dataset that was not outputting for you. You might be able to sport errors from looking at this dataset - such as, you may see that a different tool version was used, or different parameters were run, or different inputs were used. You may find that the input dataset itself is different, and perhaps something has gone wrong earlier in the tutorial for you. - - If you can't find what has gone wrong, you can then: 5. [Ask for help] ({% link faqs/gtn/instructors_getting_help.md %}). - -6. [Copy the necessary datasets over from the answer history into your history]({% link faqs/galaxy/histories_copy_dataset.md %}) so that you can continue your analysis from wherever you got stuck! - - diff --git a/topics/contributing/faqs/input-and-answer-keys.md b/topics/contributing/faqs/input-and-answer-keys.md index d7f46db52a7f72..7cd0e336ec63f6 100644 --- a/topics/contributing/faqs/input-and-answer-keys.md +++ b/topics/contributing/faqs/input-and-answer-keys.md @@ -25,3 +25,7 @@ answer_histories: history: https://humancellatlas.usegalaxy.eu/u/wendi.bacon.training/h/cs1pre-processing-with-alevin---answer-key date: 2024-01-01 ``` + +Finally, to prevent yourself from accidentally changing those tutorial histories, you can **Archive History**. + +{% snippet faqs/galaxy/histories_archive.md %}