Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix icon names #4601

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
Loading