私はいくつかのPythonファイルを扱っていますが、解決できないエラーがあります。スクリプトは私のものではありませんが、作者は私に答えないでしょう。私は本当にこのスクリプトが必要です。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
これを実行するPythonのバージョンはどれですか? ( 'python -V') – cdarke