If I have a large number of files in SCF format, and want to batch convert them into Fasta format, (after filtering for quality scores of base calling to trim) what is the standard tool to convert them? I have installed Staden Package iolib, but it seems to have only scfinfo, scfdump and scfupdate to do with scf files which don't seem to do what I want.
scf_dump takes you to a text based file (although I am unsure of the format) is there another program to convert this to .fasta with a quality score filter?
[Edit] Using the http://staden.sourceforge.net/overview.html pregap4 program you can specify a quality threashold to mark to ignore, and export a sequence using qclip and extract_seq, but the sequences extracted in this way don't seem to include the filtering step. Does anyone know why? Seems the filter might just mark bases as ignored, but the extractor doesn't obey this?
If the base calls are not stored in the SCF file, then not the SCF file (format) itself is faulty. It is the program that made the conversion. Well... assuming that the original file (for ex ABI) had the base calls included.