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: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@
11
11
**_fusemblr_** is a pipeline wrapper designed for the assembly of complex genomes using nanopore reads and paired-end illumina
12
12
13
13
**_fusemblr_** was designed for the <i>Fusarium oxysporum</i> assembly project (hence the name) <br/>
14
-
The pipeline uses Nanopore (the longer and higher coverage the better) and paired-end illumina reads (PacBio is optional) <br/>
14
+
The pipeline only requires Nanopore reads (the longer and higher coverage the better) and an estimation of genome size <br/>
15
+
Paired-end illumina reads and PacBio is optional <br/>
15
16
16
-
<i>Notably: Providing PacBio Hifi had very little impact on the resulting assemblies using our _Fusarium oxysporum_ datasets as we used recent ONT basecalled data, had high coverage and a good subset of long reads.</i>
17
+
<i>Notably: Providing both illumina PacBio Hifi had very little impact on the resulting assemblies using our _Fusarium oxysporum_ datasets as we used recent ONT basecalled data, had high coverage and a good subset of long reads.</i>
17
18
18
19
# Easy installation
19
20
@@ -24,16 +25,16 @@ The pipeline uses Nanopore (the longer and higher coverage the better) and paire
-n | --nanopore Nanopore long reads used for assembly in fastq or fasta format (*.fastq / *.fq) and can be gzipped (*.gz)
31
-
-1 | --pair1 Paired end illumina reads in fastq format; first pair. Used for Ratatosk polishing. Can be gzipped (*.gz)
32
-
-2 | --pair2 Paired end illumina reads in fastq format; second pair. Used for Ratatosk polishing. Can be gzipped (*.gz)
33
32
-g | --genomesize Estimation of genome size, required for downsampling and assembly
34
33
35
34
Recommended inputs:
36
-
-h | --hifi Pacbio HiFi reads required for assembly polishing with NextPolish2 (Recommended if available)
35
+
-1 | --pair1 Paired end illumina reads in fastq format; first pair. Used for Ratatosk polishing. Can be gzipped (*.gz)
36
+
-2 | --pair2 Paired end illumina reads in fastq format; second pair. Used for Ratatosk polishing. Can be gzipped (*.gz)
37
+
-h | --hifi Pacbio HiFi reads required for assembly polishing with NextPolish2 (Recommended if available)
37
38
-t | --threads Number of threads for tools that accept this option (default: 1)
38
39
39
40
Optional parameters:
@@ -51,7 +52,7 @@ The pipeline uses Nanopore (the longer and higher coverage the better) and paire
51
52
# Pipeline in 6 steps: <br/>
52
53
#### 1. Downsampling of reads to a designated coverage using ```Filtlong```
53
54
###### -default is set to 100X (-x); which provided better assemblies compared to the typical 30-50X
54
-
#### 2. Polishing of downsampled reads with the paired-end illumina reads using```Meryl``` and```Ratatosk correct```
55
+
#### 2. Optional: Polishing of downsampled reads with the paired-end illumina reads using ```Ratatosk correct```
55
56
###### -uses a baseline quality score (-Q) of 90 and therefore assumes mildly recent ONT data (e.g. R10 or high-accuracy basecalling)
56
57
#### 3. Genome Assembly
57
58
##### 3.a. Assembly with```Flye```
@@ -74,6 +75,7 @@ The pipeline uses Nanopore (the longer and higher coverage the better) and paire
74
75
75
76
76
77
Following assembly it is recommended that you run [PAQman](https://github.com/SAMtoBAM/PAQman) on your resulting assembly to comprehensively check the quality <br/>
78
+
It is recommended to feed your resulting assembly to PAQman alongside the 1.filtlong/*.fz.gz set of reads <br/>
77
79
This can also help you compare any assemblies you have to check for the best.
0 commit comments