Entering edit mode
8.4 years ago
nidhiv
•
0
I would like to convert the .fsa_nt file to a fastq.gz file in order to use it in Velvet.
Any help appreciated. Thanks!
I would like to convert the .fsa_nt file to a fastq.gz file in order to use it in Velvet.
Any help appreciated. Thanks!
If this is a multi-fasta format sequence file then you can use reformat.sh
from BBMap suite to convert it to fastq (albeit with fake q-scores, 35 in example below) like so:
reformat.sh in=test.fa out=fake.fq.gz qfake=35
Note: SourceForge site appears to be offline at this time. Once it returns you can download BBMap.
See this earlier post: Convert FASTA to FASTQ
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.