[mira_talk] Re: sff_extract
- From: Saravanaraj Ayyampalayam <raj@xxxxxxxxxxxxxxxx>
- To: mira_talk@xxxxxxxxxxxxx
- Date: Thu, 07 May 2009 10:54:34 -0400
Hi,
You can fix it by changing the line 405 to
qual_line = ' '.join([str(q) for q in qual])
instead of
qual_line = ' '.join((str(q) for q in qual))
-Raj
On Mittwoch 06 Mai 2009 Schafleitner, Roland (CIP) wrote:
When I run sff_extract I get the following error message: File
"./sff_extract", line 405 qual_line = ' '.join((str(q) for q in qual))
SyntaxError: invalid syntax
Has anybody an idea how I can fix that?
--
You have received this mail because you are subscribed to the mira_talk mailing
list. For information on how to subscribe or unsubscribe, please visit
http://www.chevreux.org/mira_mailinglists.html
Other related posts: