assembling_long_read_data
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| assembling_long_read_data [2017/11/09 12:53] – 129.173.88.84 | assembling_long_read_data [2018/01/08 14:51] (current) – 129.173.88.84 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| When you have your porechopped reads in fastq and fasta formats, try out the following assemblers: | When you have your porechopped reads in fastq and fasta formats, try out the following assemblers: | ||
| - | Programs: ABruijn ([[https:// | + | Programs: ABruijn ([[https:// |
| **ABruijn** | **ABruijn** | ||
| Line 28: | Line 28: | ||
| / | / | ||
| + | </ | ||
| + | |||
| + | Abruijn has been replaced by **Flye** as of January 2018! Example usage: | ||
| + | < | ||
| + | #!/bin/bash | ||
| + | #$ -S /bin/bash | ||
| + | . / | ||
| + | #$ -cwd | ||
| + | #$ -pe threaded 16 | ||
| + | #$ -o leg | ||
| + | |||
| + | source / | ||
| + | |||
| + | unset PYTHONPATH | ||
| + | |||
| + | flye --nano-raw Acas_merged_pc_fl.fastq --genome-size 45m --out-dir Acas_filtlongFlye --threads 16 --iterations 3 --min-overlap 3000 | ||
| </ | </ | ||
| **Canu** | **Canu** | ||
| Line 62: | Line 78: | ||
| Download smartdenovo to your account on Perun. | Download smartdenovo to your account on Perun. | ||
| < | < | ||
| - | / | + | / |
| - | make -f prefix.mak | + | make -f reads.mak |
| </ | </ | ||
| The **.utg** file is the important output. | The **.utg** file is the important output. | ||
| Line 71: | Line 87: | ||
| The simplest and the fastest of all the assemblers here. First, self-map the fasta file using minimap2: | The simplest and the fastest of all the assemblers here. First, self-map the fasta file using minimap2: | ||
| < | < | ||
| - | minimap2 -x ava-ont reads.fa reads.fa | gzip -1 > reads.paf.gz | + | minimap2 -x ava-ont reads.fq reads.fq | gzip -1 > reads.paf.gz |
| </ | </ | ||
| Line 83: | Line 99: | ||
| awk '/ | awk '/ | ||
| </ | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | The Unicycler Github page ([[https:// | ||
| Do a quick BLAST search of your contigs and separate out the eukaryotic and bacterial contigs. Compare your assemblies using QUAST ([[http:// | Do a quick BLAST search of your contigs and separate out the eukaryotic and bacterial contigs. Compare your assemblies using QUAST ([[http:// | ||
assembling_long_read_data.1510246425.txt.gz · Last modified: by 129.173.88.84
