Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 623 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 623 Bytes

gff2gtf

convert gff annotation file to gtf format

The purpose of the script is to convert NCBI virus gff format gene annotation file to gtf format, for running STAR, HTSeq-counts, etc

As a result, only 'exon' entries and related entries (parental of 'exon') are collected and reformated into a gtf file, other entries (e.g. 'intron') are discarded. The output gtf file includes the needed information such as 'gene_id', 'transcript_id', etc.

References: