Skip to content

Commit

Permalink
fix icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 19, 2023
1 parent 3bc9d5d commit 1eb8c39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ icon-tag:
galaxy-eye: far fa-eye
galaxy-gear: fas fa-cog
galaxy-history: fas fa-columns
galaxy-history-archive: fas fa-archive
galaxy-home: fas fa-home
galaxy-info: fas fa-info-circle
galaxy-library: far fa-folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contributors: [jennaj, AnomalyCodes]

**Transfer a Single Dataset**

At the **sender** Galaxy server, [set the history to a shared state]({% link faqs/galaxy/histories_sharing.md %}), then directly capture the {% icon link %} link for a dataset and paste the URL into the **Upload** tool at the **receiver** Galaxy server.
At the **sender** Galaxy server, [set the history to a shared state]({% link faqs/galaxy/histories_sharing.md %}), then directly capture the {% icon galaxy-link %} link for a dataset and paste the URL into the **Upload** tool at the **receiver** Galaxy server.

**Transfer an Entire History**

Expand All @@ -18,11 +18,11 @@ At the **sender** Galaxy server

1. Navigate to the history you want to transfer, and [set the history to a shared state]({% link faqs/galaxy/histories_sharing.md %}).
2. Click into the **History Options** menu in the history panel.
3. Select from the menu {% icon fa-file-arch %} **Export History to File**.
3. Select from the menu {% icon galaxy-history-archive %} **Export History to File**.
4. Choose the option for **How do you want to export this History?** as **to direct download**.
5. Click on **Generate direct download**.
6. Allow the archive generation process to complete. \*
7. Copy the {% icon fa-link %} link for your new archive.
7. Copy the {% icon galaxy-link %} link for your new archive.

At the **receiver** Galaxy server

Expand All @@ -38,4 +38,4 @@ At the **receiver** Galaxy server
\* For steps 6 and 13: It is Ok to navigate away for other tasks during processing. If enabled, Galaxy will send you [status notifications]({% link faqs/galaxy/account_update_preference.md %}).


{% icon fa-info-circle %} If the history to transfer is large, you may [copy just your important datasets into a new history]({% link faqs/galaxy/histories_copy_dataset.md %}), and create the archive from that new smaller history. Clearing away deleted and purged datasets will make *all* histories smaller and faster to archive and transfer!
{% icon tip %} If the history to transfer is large, you may [copy just your important datasets into a new history]({% link faqs/galaxy/histories_copy_dataset.md %}), and create the archive from that new smaller history. Clearing away deleted and purged datasets will make *all* histories smaller and faster to archive and transfer!

0 comments on commit 1eb8c39

Please sign in to comment.