Open wangchongq opened 4 years ago
Hi, when I used matchAnnot.py, the error was occured.
File "/home/ifs1/User/WANG/soft/MatchAnnot-master/matchAnnot.py", line 92 print '\nisoform: %-16s' % (clusterName) ^ SyntaxError: invalid syntax
How can I fix it? Thank you!
The reason for this error is the script matchAnnot.py need to python2.x run it.if your computer install python3.0 and up ,you can not running it.
Hi, when I used matchAnnot.py, the error was occured.
File "/home/ifs1/User/WANG/soft/MatchAnnot-master/matchAnnot.py", line 92 print '\nisoform: %-16s' % (clusterName) ^ SyntaxError: invalid syntax
How can I fix it? Thank you!