Assembly oxford nanopore data
1
0
Entering edit mode
2.9 years ago
A_heath ▴ 160

Hi,

I have raw data collected from Oxford Nanopore sequencing of a bacterial genome. These data consist of multiple fastq files. What easy to use tool would you recommend to assemble these raw reads?

Thank you for your help!

Audrey

assembly oxford nanopore • 1.2k views
ADD COMMENT
3
Entering edit mode
2.9 years ago

Flye is available on Galaxy or on Bioconda if you want a user friendly and simple yet performant tool.

Edit - you can combine the fastq files _before_ assembly with eg the linux cat cmd.

ADD COMMENT
2
Entering edit mode

Thank you for your quick reply. I have an issue because I have multiple raw fastq files in a folder and when I type this command line:

flye --nano-corr /home/.../fastq_folder --out-dir /home/.../output --threads 4

the fastq file extension is not recognized ... Do you have any idea on how to solve this, please ?

edit: I find a way using :

flye --nano-corr /home/.../*.fastq --out-dir /home/.../output --threads 4

Thanks again for your help

ADD REPLY

Login before adding your answer.

Traffic: 2465 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