Which Program Do You Use For Converting Srf (Short Read Format) To Fastq?
I am looking for one (or several) ways of converting .srf files to fastq. Which would be the best program to use? if you know several of them, would you recommend one over the rest, and why?
Related with that, does any of the popular (bwa, bowtie, novoalign etc) aligners takes .srf files as input?
• 4,272 views
•
link
2 answers
The Staden Package and its IO library is a popular choice to convert reads to and fro different formats. It supports srf to fastq conversion from what I know.
• 1 views
•
link
I second HRanjeev answer. Use Staden Package with :
srf2fastq -c file.srf > file.fastq
• 2 views
•
link
Log in to answer this question.