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
+27-31Lines changed: 27 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ objectives:
15
15
- "Explain the difference between co-assembly and individual assembly."
16
16
- "Explain the difference between reads, contigs and scaffolds."
17
17
- "Explain how tools based on de Bruijn graph work."
18
-
- "Evaluate the Quality of the Assembly with QUAST, Bowtie2, and CoverM-Contig."
19
-
- "Construct and apply simple assembly pipelines on short read data.""
18
+
- "Evaluate the quality of the Assembly with QUAST, Bowtie2, and CoverM-Contig."
19
+
- "Construct and apply simple assembly pipelines on short read data."
20
20
time_estimation: "2H"
21
21
key_points:
22
22
- "Assembly groups reads into contigs and scaffolds."
@@ -78,7 +78,7 @@ Assembling seems intuitively similar to putting together a jigsaw puzzle. Essent
78
78
> 2. Overlap Layout Consensus
79
79
> 3. De Bruijn graphs. The following figure illustrates these strategies in brief.
80
80
>
81
-
> {:width="70%"}
81
+
> {:width="70%"}
82
82
>
83
83
> The nice paper {% cite miller2010 %} on assemblers based on these algorithms will help you to better understand how they work.
84
84
{: .details}
@@ -262,7 +262,7 @@ Contrary to **MetaSPAdes**, **MEGAHIT** does not output **scaffolds**. **Scaffol
262
262
> {: .hands_on}
263
263
{: .comment}
264
264
265
-
> <question-title></question-title>
265
+
> <question-title>Contig metrics</question-title>
266
266
>
267
267
> 1. How many contigs has been for ERR2231568 sample?
268
268
> 2. And for ERR2231572?
@@ -279,15 +279,13 @@ Contrary to **MetaSPAdes**, **MEGAHIT** does not output **scaffolds**. **Scaffol
279
279
{: .question}
280
280
281
281
> <details-title>Co-assembly with MetaSPAdes</details-title>
282
+
> MetaSPAdes supports co-assembly by passing a list of paired-end read files. MEGAHIT, on the other hand, requires concatenating that list of paired-end read files into a single pair of forward and reverse files.
282
283
>
283
-
> > <hands-on-title>Assembly with MetaSPAdes</hands-on-title>
284
-
> >
285
-
> > 1. {% tool [MetaSPAdes](toolshed.g2.bx.psu.edu/repos/nml/metaspades/metaspades/4.2.0+galaxy0) %} with following parameters
286
-
> > - *"Pair-end reads input format"*: `Paired-end: list of dataset pairs`
QUAST main output are HTML reports which aggregate different metrics.
339
335
@@ -634,7 +630,7 @@ This viewer draws contigs ordered from longest to shortest. Let's inspect this v
634
630
>
635
631
> Open the Contig size viewer for ERR2231568 and define start as `0` and end as `500000`
636
632
>
637
-
> 
633
+
> 
0 commit comments