NCBI-Hackathons / Ultrafast_Mapping_CSHL

MIT License
5 stars 2 forks source link

Invalid syntax error while running stream_sra.py script #9

Open upendrak opened 8 years ago

upendrak commented 8 years ago

scripts/stream_sra.py -a SRR1616919 -M 10 head.1.fq head.2.fq

Traceback (most recent call last): File "scripts/stream_sra.py", line 5, in from evac.sra import File "/Ultrafast_Mapping_CSHL/scripts/evac/sra.py", line 6, in from evac.utils import File "/Ultrafast_Mapping_CSHL/scripts/evac/utils.py", line 41 def mkfifos(self, *names, subdir=None, **kwargs): ^ SyntaxError: invalid syntax

jdidion commented 7 years ago

This should be fixed now.