You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, we are going to trim the Illumina data using **fastp** ({% cite Chen2018 %}):
203
203
@@ -216,7 +216,7 @@ Here, we are going to trim the Illumina data using **fastp** ({% cite Chen2018 %
216
216
> - In *"Read Modification Options"*:
217
217
> - In *"Per read cuitting by quality options"*:
218
218
> - *Cut by quality in front (5')*: `Yes`
219
-
> - *Cut by quality in front (3')*: `Yes`
219
+
> - *Cut by quality in tail (3')*: `Yes`
220
220
> - *Cutting window size*: `4`
221
221
> - *Cutting mean quality*: `20`
222
222
> - In *"Output Options"*:
@@ -228,7 +228,7 @@ Here, we are going to trim the Illumina data using **fastp** ({% cite Chen2018 %
228
228
229
229
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.
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).
234
234
@@ -240,7 +240,7 @@ When Illumina reads are available, we can use them **if they are good Illumina r
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 %})
516
+
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 %})
0 commit comments