Python脚本问题。你能帮我纠正这个档案吗?

时间:2017-12-13 16:14:04

标签: python python-2.7 syntax-error

我正在处理一些Python文件,并且有一些我无法解决的错误。该剧本不是我的,但作者不会回答我,我真的需要这个剧本才能奏效。

这里有包裹:https://github.com/compbio-UofT/FSDA 它适用于python2.7。

我的错误是:

1) vcfParser.py", line 30
    print info[0]+"\t"+info[1]+"\t"+str(cA)+"\t"+str(cB)+"\t"+info[3]+"\t"+info[4]#+"\t"+dbsnpinfo[2]
             ^
SyntaxError: invalid syntax

2) rm: impossible to remove '/tmp//__tmp_reads_BAMFILE': File or directory don't exist
3) cat: '/tmp//__frags_*_7028': File or directory don't exsit
4) rm: impossible to remove '/tmp//__frags_*_7028': File or directory don't exsit

1 个答案:

答案 0 :(得分:0)

好像你正试图用python3运行这个脚本给我...因为版本3中的print函数发生了变化,现在它需要运行括号,这段代码在这一行中给出了错误。