Hi all
I need your help please (and yes, I read the previous cuffmerge error posts, and did not get a solution thet works). I need to run cuffmerge ~250 files, but to test it first I am trying to run it just on two, and get the following error:
********************
[Thu Jun 19 14:44:59 2014] Beginning transcriptome assembly merge
-------------------------------------------
[Thu Jun 19 14:44:59 2014] Preparing output location test211/
Traceback (most recent call last):
File "/u/local/apps/cufflinks/2.1.1/cuffmerge", line 580, in <module>
sys.exit(main())
File "/u/local/apps/cufflinks/2.1.1/cuffmerge", line 546, in main
chrom_info = get_gtf_chrom_info(gtf, chrom_info)
File "/u/local/apps/cufflinks/2.1.1/cuffmerge", line 476, in get_gtf_chrom_info
left = int(cols[3])
ValueError: invalid literal for int() with base 10: 'transcript'
*************
I tried to use several different reference gtf files (all downloaded from UCSC) or run without reference (just merge the transcript files) and get the same error.
The cuffmerge command is:
cuffmerge -o test -g PATH2/GENECODEM2_mm10_comprehensive_processed.gtf -s PATH2/Chromosomes -p 8 assembly_list.txt
The assembly file is:
/u/scratch/y/yhasin/StrainBAMsorted/Sample_SWR_J_cuff/transcripts.gtf
/u/scratch/y/yhasin/StrainBAMsorted/Sample_129X1_SvJ_cuff/transcripts.gtf
Any suggestions?
Thank you
Yehudit
I need your help please (and yes, I read the previous cuffmerge error posts, and did not get a solution thet works). I need to run cuffmerge ~250 files, but to test it first I am trying to run it just on two, and get the following error:
********************
[Thu Jun 19 14:44:59 2014] Beginning transcriptome assembly merge
-------------------------------------------
[Thu Jun 19 14:44:59 2014] Preparing output location test211/
Traceback (most recent call last):
File "/u/local/apps/cufflinks/2.1.1/cuffmerge", line 580, in <module>
sys.exit(main())
File "/u/local/apps/cufflinks/2.1.1/cuffmerge", line 546, in main
chrom_info = get_gtf_chrom_info(gtf, chrom_info)
File "/u/local/apps/cufflinks/2.1.1/cuffmerge", line 476, in get_gtf_chrom_info
left = int(cols[3])
ValueError: invalid literal for int() with base 10: 'transcript'
*************
I tried to use several different reference gtf files (all downloaded from UCSC) or run without reference (just merge the transcript files) and get the same error.
The cuffmerge command is:
cuffmerge -o test -g PATH2/GENECODEM2_mm10_comprehensive_processed.gtf -s PATH2/Chromosomes -p 8 assembly_list.txt
The assembly file is:
/u/scratch/y/yhasin/StrainBAMsorted/Sample_SWR_J_cuff/transcripts.gtf
/u/scratch/y/yhasin/StrainBAMsorted/Sample_129X1_SvJ_cuff/transcripts.gtf
Any suggestions?
Thank you
Yehudit
Comment