Bioinfor tips: How to deal with a cuffmerge error?


Today when I tried to use cuffmerge, but I encouter a problem shown as below:

File "/group/bioinfo/apps/apps/cufflinks-2.2.1/cuffmerge", line 95
    except getopt.error, msg:
                       ^
SyntaxError: invalid syntax
Here is the solution to solve my problem:
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

Popular posts from this blog

gspread error:gspread.exceptions.SpreadsheetNotFound

Miniconda installation problem: concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

转载:彻底搞清楚promoter, exon, intron, and UTR