IDBA Assembly Help
2
0
Entering edit mode
5.4 years ago

For the IDBA-UD assembly, is it necessary to use fasta files or How can I enter fastq files?

I have tried to get your manual but I can not find information.

Help, please!!

Assembly • 2.6k views
ADD COMMENT
1
Entering edit mode
5.1 years ago
lyx694214251 ▴ 10

there is a script named 'fq2fa' that can merge two fastq files and convert them into fasta format

ADD COMMENT
0
Entering edit mode
3.6 years ago
m.m ▴ 10

For future users: the script mentioned by @lyx694214251 is included in the idba-ud package and is called "fq2fa" and can be found in the bin folder of the package (g.e. "~/idba/bin/fq2fa).

For paired reads saved in two seperate files (and assuming the reads are ordered), the command is:

bin/fq2fa --merge --filter read_1.fq read_2.fq read.fa

Or to convert a single FASTQ file to FASTA via:

bin/fq2fa --paired --filter read.fq read.fa

More information is available on the developer's github: https://github.com/loneknightpy/idba

ADD COMMENT

Login before adding your answer.

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