Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yehudithasin
    Member
    • Jan 2011
    • 14

    #1

    Cuffmerge error - please help!

    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
    Last edited by yehudithasin; 06-20-2014, 01:51 PM.
    Yu
  • yehudithasin
    Member
    • Jan 2011
    • 14

    #2
    Ok, so I found the problem (thanks to adiallo's advice), and its really weird:
    Cufflinks apparently made a slip in some of the files, and one row in the transcript.gtf file of *some* samples looks like this:
    "chr4 Cufflichr4 Cufflinks transcript 137468769 137570630 1 + . gene_id "CUFF.10499"; transcript_id "ENSMUST00000030547.8"; FPKM "0.0000000000"; frac "0.000000"; conf_lo "0.000000"; conf_hi "0.000000"; cov "0.000000"; full_read_support "no";"
    i.e. there is an extra field in one line....

    while all the rest look normal (i.e. like:
    "chr4 Cufflinks exon 140765571 140765637 1000 - . gene_id "ENSMUSG00000025330.6"; transcript_id "ENSMUST00000026381.6"; exon_number "14"; FPKM "0.0259126396"; frac "1.000000"; conf_lo "0.025913"; conf_hi "0.025913"; cov "0.092702";"

    In case you are running into this - I found the line number by getting all the field 4 values (awk <transcript.gtf '{print $4}' >temp) and then "grep -n 'transcript' temp" to find the line number....

    This is really weird, and the first time I see something like this for cufflinks (I used version 2.2.1 to generate the files, and STAR to align)
    Yu

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM
    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    18 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    15 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-23-2026, 11:41 AM
    0 responses
    14 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-20-2026, 11:10 AM
    0 responses
    25 views
    0 reactions
    Last Post SEQadmin2  
    Working...