News and Announcements » |
Description:
This script converts a directory of sff files into FASTA, QUAL and flowgram files.
Usage: process_sff.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
This script results in FASTA and QUAL formatted files.
Simple example:
Convert all the sffs in directory “sffs/” to fasta and qual.
process_sff.py -i sffs/
Convert a single sff to fasta and qual.
process_sff.py -i sffs/test.sff
Flowgram example:
Convert all the sffs in directory “sffs/” to fasta and qual, along with a flowgram file.
process_sff.py -i sffs/ -f
Convert a single sff to fasta and qual, along with a flowgram file.
process_sff.py -i sffs/test.sff -f
Output example:
Convert all the sffs in directory “sffs/” to fasta and qual, along with a flowgram file and write them to another directory.
process_sff.py -i sffs/ -f -o output_dir