Hello,
I am fairly new to cufflinks and I am trying to use cuffmerge to merge assemblies made with cufflinks. I am running the command:
cuffmerge -s /data/sequence/mm9/mm9.fa -g /data/annotation/mm9_ucsc_known.gtf -p 4 assemblies.txt
and I get the following output:
[Thu Jul 7 15:19:22 2011] Preparing output location ./merged_asm/
[Thu Jul 7 15:19:36 2011] Converting GTF files to SAM
[15:19:37] Loading reference annotation.
[FAILED]
Error: could not execute gtf_to_sam
When trying to use the gtf_to_sam binary to convert cufflinks gtf files to sam files, I just get a cryptic "Bus Error" message. It doesn't seem to matter whether I try to convert cufflinks gtf files or an annotation GTF file of UCSC known gene ids downloaded from the UCSC browser. Has anyone encountered a similar problem before? I have cufflinks version 1.0.3 installed on Mac OS X. I have tried both compiling from source and downloading the precompiled binaries from the cufflinks site.
I am fairly new to cufflinks and I am trying to use cuffmerge to merge assemblies made with cufflinks. I am running the command:
cuffmerge -s /data/sequence/mm9/mm9.fa -g /data/annotation/mm9_ucsc_known.gtf -p 4 assemblies.txt
and I get the following output:
[Thu Jul 7 15:19:22 2011] Preparing output location ./merged_asm/
[Thu Jul 7 15:19:36 2011] Converting GTF files to SAM
[15:19:37] Loading reference annotation.
[FAILED]
Error: could not execute gtf_to_sam
When trying to use the gtf_to_sam binary to convert cufflinks gtf files to sam files, I just get a cryptic "Bus Error" message. It doesn't seem to matter whether I try to convert cufflinks gtf files or an annotation GTF file of UCSC known gene ids downloaded from the UCSC browser. Has anyone encountered a similar problem before? I have cufflinks version 1.0.3 installed on Mac OS X. I have tried both compiling from source and downloading the precompiled binaries from the cufflinks site.
Comment