Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ayfchang
    Junior Member
    • Nov 2010
    • 3

    #1

    Cufflinks -G Problems

    I am using cufflinks 0.9.3.Linux_x86_64

    I have encountered problems running cufflinks -G option as in

    cufflinks -p 16 -G mm_ncbi_37_v60.gtf -o ./outputdir accepted_hits.bam

    I am using a filtered version of GTF based on mouse ncbi37 ensembl v60 GTF as reference

    18 protein_coding exon 3281686 3281767 . - . gene_id "ENSMUSG00000063889"; transcript_id "ENSMUST00000140332"; exon_number "1"; gene_name "Crem"; transcript_name "Crem-025";
    18 protein_coding exon 3273420 3273576 . - . gene_id "ENSMUSG00000063889"; transcript_id "ENSMUST00000140332"; exon_number "2"; gene_name "Crem"; transcript_name "Crem-025";
    18 protein_coding exon 3266955 3267730 . - . gene_id "ENSMUSG00000063889"; transcript_id "ENSMUST00000140332"; exon_number "3"; gene_name "Crem"; transcript_name "Crem-025";


    After encountering several of these GFF warnings:

    GFF warning: merging adjacent/overlapping segments of ENSMUST00000064220 on 11 (120012520-120012843, 120012846-120012875)
    GFF warning: merging adjacent/overlapping segments of ENSMUST00000106216 on 11 (120207664-120207738, 120207740-120207847)
    GFF warning: merging adjacent/overlapping segments of ENSMUST00000066629 on 11 (120488995-120489234, 120489237-120489272)

    my cufflinks run stopped without producing any output.

    There seems to be an upper limit of warnings/errors cufflinks can tolerate before terminating the process itself.

    Is this normal ? How do people avoid such errors ?

    In addition, when I tried to run the same data without a GTF reference as in

    cufflinks -p 16 -o ./outputdir accepted_hits.bam

    This came up :

    terminate called after throwing an instance of 'std::bad_alloc'
    what(): St9bad_alloc

    This seems to be a hardware / memory issue, any ways to sidestep this ?

    Your help will be greatly appreciated.
  • ayfchang
    Junior Member
    • Nov 2010
    • 3

    #2
    You can solve the first problem by removing gene entries with introns larger than a certain size in the reference GTF file.

    The default settings in cufflinks expect intron not larger than 300,000 bp unless you specify otherwise.

    The reference GTF used here has some entries with intron size exceeding that limit.

    You then re-run cufflinks -G with the newly edited GTF reference.
    Last edited by ayfchang; 02-10-2011, 07:19 PM.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      How Immunogenomics Decodes Immunity’s Genetic Blueprint
      by SEQadmin2




      The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

      This convergence of genetics, immunology, and computation...
      Yesterday, 05:41 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 08-24-2026, 10:32 AM
    0 responses
    42 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-20-2026, 11:17 AM
    0 responses
    48 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-18-2026, 10:05 AM
    0 responses
    55 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-13-2026, 12:22 PM
    0 responses
    50 views
    0 reactions
    Last Post SEQadmin2  
    Working...