Hi,
i m trying to extract fasta, qual and xml files from .sff file using sff_extract.
I have just all the provided commands for extraction, Following commands have been used.
sff_extract filename.sff
sff_extract -o filename.sff
$ sff_extract -s seq.fasta -q qual.fasta -x anci.xml my_454_file.sff
With all the above commands, i get the same error message: "struct.error: unpack requires a string argument of length 1600"
How i can remove this error?
i m trying to extract fasta, qual and xml files from .sff file using sff_extract.
I have just all the provided commands for extraction, Following commands have been used.
sff_extract filename.sff
sff_extract -o filename.sff
$ sff_extract -s seq.fasta -q qual.fasta -x anci.xml my_454_file.sff
With all the above commands, i get the same error message: "struct.error: unpack requires a string argument of length 1600"
How i can remove this error?
Comment