Skip to content

Commit

Permalink
Merge pull request #5541 from galaxyproject/ghoul-uaru
Browse files Browse the repository at this point in the history
Fix MRSA nanopore tutorial CYOA
  • Loading branch information
shiltemann authored Nov 29, 2024
2 parents 930c3ed + 78a62d8 commit d67c1b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions topics/assembly/tutorials/mrsa-nanopore/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ tags:
- nanopore
- assembly
- amr
- gmod
- jbrowse1
- microgalaxy
edam_ontology:
- topic_0196 # Sequence Assembly
Expand Down Expand Up @@ -153,7 +151,9 @@ The dataset is a FASTQ file.
{% include _includes/cyoa-choices.html option1="Without Illumina MiSeq data" option2="With Illumina MiSeq data" default="Without Illumina MiSeq data" text="Do you have associated Illumina MiSeq data?" disambiguation="miseq"%}
<div class="Existing-Illumina-MiSeq-data" markdown="1">
<span class="Without-Illumina-MiSeq-data"></span>
<div class="With-Illumina-MiSeq-data" markdown="1">
> <hands-on-title>Illumina Data upload</hands-on-title>
> 1. {% tool [Import](upload1) %} the files from [Zenodo]({{ page.zenodo_link }}) or from the shared data library
Expand Down Expand Up @@ -197,7 +197,7 @@ FastQC combines quality statistics from all separate reads and combines them in
![FastQC plot showing reads that mostly stay in the read](./images/fastqc.png)
<div class="Existing-Illumina-MiSeq-data" markdown="1">
<div class="With-Illumina-MiSeq-data" markdown="1">
Here, we are going to trim the Illumina data using **fastp** ({% cite Chen2018 %}):
Expand All @@ -216,7 +216,7 @@ Here, we are going to trim the Illumina data using **fastp** ({% cite Chen2018 %
> - In *"Read Modification Options"*:
> - In *"Per read cuitting by quality options"*:
> - *Cut by quality in front (5')*: `Yes`
> - *Cut by quality in front (3')*: `Yes`
> - *Cut by quality in tail (3')*: `Yes`
> - *Cutting window size*: `4`
> - *Cutting mean quality*: `20`
> - In *"Output Options"*:
Expand All @@ -228,7 +228,7 @@ Here, we are going to trim the Illumina data using **fastp** ({% cite Chen2018 %
Depending on the analysis it could be possible that a certain quality or length is needed. The reads can be filtered using the [Filtlong](https://github.com/rrwick/Filtlong) tool. In this training all reads below 1000bp will be filtered.
<div class="Existing-Illumina-MiSeq-data" markdown="1">
<div class="With-Illumina-MiSeq-data" markdown="1">
When Illumina reads are available, we can use them **if they are good Illumina reads (high depth and complete coverage)** as external reference. In this case, Filtlong ignores the Phred quality scores and instead judges read quality using k-mer matches to the reference (a more accurate gauge of quality).
Expand All @@ -240,7 +240,7 @@ When Illumina reads are available, we can use them **if they are good Illumina r
> - In *"Output thresholds"*:
> - *"Min. length"*: `1000`
>
> <div class="Existing-Illumina-MiSeq-data" markdown="1">
> <div class="With-Illumina-MiSeq-data" markdown="1">
> - In *"External references"*:
> - {% icon param-file %} *"Reference Illumina read"*: **fastp** `Read 1 output`
> - {% icon param-file %} *"Reference Illumina read"*: **fastp** `Read 2 output`
Expand Down Expand Up @@ -431,7 +431,7 @@ QUAST outputs assembly metrics as an HTML file with metrics and graphs.
> {: .solution}
{: .question}
<div class="Existing-Illumina-MiSeq-data" markdown="1">
<div class="With-Illumina-MiSeq-data" markdown="1">
## Assembly Polishing
Expand Down Expand Up @@ -513,4 +513,4 @@ GC (%) | 32.91 | 32.84
# Conclusion
In this tutorial, we prepared long reads (using short reads if we had some) assembled them, inspect the produced assembly for its quality, and polished it (if short reads where provided). The assembly, even if uncomplete, is reasonable good to be used in downstream analysis, like [AMR gene detection]({% link topics/genome-annotation/tutorials/amr-gene-detection/tutorial.md %})
In this tutorial, we prepared long reads (using short reads if we had some) assembled them, inspect the produced assembly for its quality, and polished it (if short reads where provided). The assembly, even if uncomplete, is reasonable good to be used in downstream analysis, like [AMR gene detection]({% link topics/genome-annotation/tutorials/amr-gene-detection/tutorial.md %})
1 change: 0 additions & 1 deletion topics/microbiome/tutorials/beer-data-analysis/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ The species identified for Chimay beers are (from the most abundant to the least
- *Saccharomyces cerevisiae*
- *Saccharomyces mikatea*: a species generally used in winemaking ({% cite bellon2013introducing %})
- *Kazachstania martiniae*: *Kazachstania* is a genus from the family Saccharomycetaceaethe.
- *Saccharomyces kudriavzevii*
- *Brettanomyces bruxellensis*
Expand Down

0 comments on commit d67c1b4

Please sign in to comment.