Bioinfor tips: How to deal with a cuffmerge error?
Today when I tried to use cuffmerge, but I encouter a problem shown as below:
Here is the solution to solve my problem:File "/group/bioinfo/apps/apps/cufflinks-2.2.1/cuffmerge", line 95except getopt.error, msg:^SyntaxError: invalid syntax
The reason that cause this problem is because of the version of python. Remeber that cufflinks is written in python. In my case, the version of the default python was Python 3.4.3 :: Anaconda 2.2.0 (64-bit).
If I change it to Python 2.7.10 :: Anaconda 2.0.1 (64-bit), cuffmerge worked.
Comments
Post a Comment