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 spacing/indentation in nanopore 16s #4854

Merged
merged 1 commit into from Mar 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -96,17 +96,18 @@ In this example, we will use a dataset originally hosted in the __NCBI SRA datab
> - Click of the **Paste/Fetch** button
> - Paste the Zenodo links and press <kbd>Start</kbd> and <kbd>Build</kbd>
>
> ```
> https://zenodo.org/record/4274812/files/bulk_bottom.fastq.gz
> https://zenodo.org/record/4274812/files/bulk_top.fastq.gz
> https://zenodo.org/record/4274812/files/rhizosphere_bottom.fastq.gz
> https://zenodo.org/record/4274812/files/rhizosphere_top.fastq.gz
> ```
> - Assign a name to the new collection: `soil collection`
> ```
> https://zenodo.org/record/4274812/files/bulk_bottom.fastq.gz
> https://zenodo.org/record/4274812/files/bulk_top.fastq.gz
> https://zenodo.org/record/4274812/files/rhizosphere_bottom.fastq.gz
> https://zenodo.org/record/4274812/files/rhizosphere_top.fastq.gz
> ```
>
> {% snippet faqs/galaxy/datasets_import_via_link.md %}
> - Assign a name to the new collection: `soil collection`
>
> {% snippet faqs/galaxy/datasets_import_from_data_library.md %}
> {% snippet faqs/galaxy/datasets_import_via_link.md %}
>
> {% snippet faqs/galaxy/datasets_import_from_data_library.md %}
>
>
{: .hands_on}
Expand Down