Entering edit mode
7.2 years ago
matine
•
0
I already done running cufflink, then I used cuffmerge and execute the following command :
/home/crystalum/cufflinks-2.2.1.Linux_x86_64/cuffmerge -o newmergedfile -g /home/crystalum/MATINE/index/gencode.v21.annotation.gtf -s /home/crystalum/MATINE/index/Hg38.fa -p 19 finalassamblies.txt
But I am getting following error:
**(Comparing against reference file /home/crystalum/MATINE/index/gencode.v21.annotation.gtf
/bin/sh: 1: cuffcompare: not found
[FAILED]
Error: could not execute cuffcompare)**
I guess the problem is PATH , but I already change the path to the cuffcompre in cuffmerge file , but still the error appears .
Thank you for your help, Matine
Did you mean to say
cuffmerge
folder?Thank you for your replay, I already fixed the problem. just changed the path to Cuffcompare in the Cuffmerge file
How did you change the PATH? The exact command?
I just copy paste the path of Cuffcompare into Cuffmerge script