Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • seq_newbie
    Member
    • Jun 2011
    • 14

    Convert cufflinks GTF to GFF

    Hi,

    I am trying to convert a cufflinks GTF file (transcripts.gtf) to a GFF3 file. I have minimal Perl and Python and would not have a clue where to even begin. Someone sent me a python code that works for GTF annotation files but this does not work for the cufflinks file (just outputs an empty file). If anyone has a script to achieve this it would be greatly appreciated.

    Regards,

    K.
  • Emilie
    Member
    • Nov 2010
    • 21

    #2
    You can try this converter from Sequence Ontology:
    Download Sequence Ontology for free. Make it SO. This aim of this project is to develop both an ontology and a set of software modules to be used to describe and communicate biological sequence information.

    To make it work on Cufflinks *.gtf files you should un-comment a line at the end of the configuration file gtf2gff3.cfg (unless you will have an error message which says that "." is an invalid strand):

    #Use the following value (+ or -) for a features strand as the default if an invalid value is passed.
    DEFAULT_STRAND = +

    Emilie

    Comment

    • kwatts59
      Member
      • Apr 2011
      • 46

      #3
      Why do you want to convert GTF to GFF3?
      They are very similar files. The only difference is the 9th column in the GTF file must contain the gene_id and transcript_id fields.

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      10 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      22 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      28 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 11:40 AM
      0 responses
      22 views
      0 reactions
      Last Post SEQadmin2  
      Working...