TomSkelly / MatchAnnot

Python scripts for matching output of Pacific Biosciences IsoSeq RNA-seq pipeline to an annotation file.
GNU General Public License v3.0
24 stars 13 forks source link

matchAnnot error #15

Open wangchongq opened 4 years ago

wangchongq commented 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!

liuxiaowei0401 commented 4 years ago

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.