Hybrid assembly SPAdes (Ox. Nanopore + Illumina)
1
2
Entering edit mode
2.6 years ago
A_heath ▴ 160

Hi all,

I have both Oxford Nanopore and Illumina sequencing data of a bacterial genome. I would like to perform an hybrid assembly combining the two sequencing techniques.

Is SPAdes the most appropriate software to do it?

And, I typed the following command line, is it appropriate for this hybrid assembly?

spades.py -1 R1_001.fastq -2 R2_001.fastq --nanopore combined_files.fastq -o Hybrid_assembly_output

Note that I combined into a single file all the .fastq files obtained from Ox. Nanopore sequencing.

Thank you very much for your advices/help!

Audrey

assembly hybrid SPAdes • 3.2k views
ADD COMMENT
0
Entering edit mode

Hi, Similarly, I am looking to make hybrid assembly of a viral genome. I have got (R1 and R2) and a merged file fastq, generated from Nanopore. Could you please let me know if you have figured out the work flow.

ADD REPLY
2
Entering edit mode
2.6 years ago

It might work well enough, you'll see by the output. But if the assembly isnt both complete and contiguous and you have enough coverage, assemble with nanopore and finish polishing with illumina. For that, find an assembler suited to long-read assembly.

ADD COMMENT
2
Entering edit mode

Exactly as Sam above says, try the Flye assembler first, then follow up with multiple rounds of racon, pilon or others for the Illumina polishing.

ADD REPLY

Login before adding your answer.

Traffic: 3173 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6