This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

next-gen sequencing fastq

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.

I second HRanjeev answer. Use Staden Package with :

srf2fastq -c file.srf > file.fastq

Log in to answer this question.