Dear users, I have question:
I am trying to convert a .sff 454 file into fasta, using sff_extract in python2.3.4 that includes Biophyton-1.49. I have used the following command:
$ python sff_extract my_file.sff
and this results in a syntax error:
File "sff_extract", line 405
qual_line = ' '.join((str(q) for q in qual))
^
SyntaxError: invalid syntax
Does anyone could suggest what's wrong?
Thank you in advance
P.R.
I am trying to convert a .sff 454 file into fasta, using sff_extract in python2.3.4 that includes Biophyton-1.49. I have used the following command:
$ python sff_extract my_file.sff
and this results in a syntax error:
File "sff_extract", line 405
qual_line = ' '.join((str(q) for q in qual))
^
SyntaxError: invalid syntax
Does anyone could suggest what's wrong?
Thank you in advance
P.R.

Comment