Skip to content

Commit 690827f

Browse files
authored
Merge pull request #16 from SAMtoBAM/SAMtoBAM-patch-8-1
Update README.md
2 parents 50ae2cc + 9226fa5 commit 690827f

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
**_fusemblr_** is a pipeline wrapper designed for the assembly of complex genomes using nanopore reads and paired-end illumina
1212

1313
**_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/>
1516

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>
1718

1819
# Easy installation
1920

@@ -24,16 +25,16 @@ The pipeline uses Nanopore (the longer and higher coverage the better) and paire
2425
# How to run
2526

2627

27-
fusemblr.sh -n nanopore.fq.gz -1 illumina.R1.fq.gz -2 illumina.R2.fq.gz -g 70000000
28+
fusemblr.sh -n nanopore.fq.gz -g 70000000
2829

2930
Required inputs:
3031
-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)
3332
-g | --genomesize Estimation of genome size, required for downsampling and assembly
3433

3534
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)
3738
-t | --threads Number of threads for tools that accept this option (default: 1)
3839

3940
Optional parameters:
@@ -51,7 +52,7 @@ The pipeline uses Nanopore (the longer and higher coverage the better) and paire
5152
# Pipeline in 6 steps: <br/>
5253
#### 1. Downsampling of reads to a designated coverage using ```Filtlong```
5354
###### &nbsp; &nbsp; -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```
5556
###### &nbsp; &nbsp; -uses a baseline quality score (-Q) of 90 and therefore assumes mildly recent ONT data (e.g. R10 or high-accuracy basecalling)
5657
#### 3. Genome Assembly
5758
##### 3.a. Assembly with```Flye```
@@ -74,6 +75,7 @@ The pipeline uses Nanopore (the longer and higher coverage the better) and paire
7475

7576

7677
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/>
7779
This can also help you compare any assemblies you have to check for the best.
7880

7981

0 commit comments

Comments
 (0)