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
Copy file name to clipboardExpand all lines: topics/microbiome/tutorials/metagenomics-assembly/tutorial.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ recordings:
54
54
55
55
---
56
56
57
-
58
57
Metagenomics involves the extraction, sequencing and analysis of combined genomic DNA from **entire microbiome** samples. It includes then DNA from **many different organisms**, with different taxonomic background.
59
58
60
59
Reconstructing the genomes of microorganisms in the sampled communities is critical step in analyzing metagenomic data. To do that, we can use **assembly** and assemblers, *i.e.* computational programs that stich together the small fragments of sequenced DNA produced by sequencing instruments.
@@ -309,7 +308,7 @@ Assemblies can be evaluated with **metaQUAST** ({%cite mikheenko2016%}), the met
309
308
310
309
> <hands-on-title>Evaluation assembly quality with metaQUAST</hands-on-title>
311
310
>
312
-
> 1. {% tool [QUAST](toolshed.g2.bx.psu.edu/repos/iuc/quast/quast/5.2.0+galaxy1) %} with parameters:
311
+
> 1. {% tool [QUAST](toolshed.g2.bx.psu.edu/repos/iuc/QUAST/QUAST/5.2.0+galaxy1) %} with parameters:
@@ -411,7 +410,7 @@ On the top of each report is a table with in rows statistics for contigs larger
411
410
412
411
> <details-title>Alternative ways to compute coverage</details-title>
413
412
>
414
-
> 2 alternative ways to compute coverage are to
413
+
> There are 2 alternative ways to compute coverage:
415
414
> 1. Use [CoverM](https://github.com/wwood/CoverM), which is available in Galaxy
416
415
>
417
416
> > <hands-on-title>Calculate coverage using CoverM</hands-on-title>
@@ -477,7 +476,7 @@ On the top of each report is a table with in rows statistics for contigs larger
477
476
478
477
QUAST identifies missassemblies by mapping the contigs to the reference genomes of the identified organisms. 3 types of misassemblies can be identified:
479
478
480
-
{:width="60%"}
479
+
{:width="60%"}
481
480
482
481
1. **Relocation** occur based on signal from two mappings of the same contig against the same chromosome, with 2 cases:
483
482
1. the 2 mappings are separated by an unmapped region of at least 1 kbp
0 commit comments