aselewa / intronGTF

a simple script to generate intronic annotations in GTF format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

The getIntrons.sh uses gencode GTF annotation files to create an intronic GTF file which is usually unavailable. Running the script is simple. First install the following:

Once installed, edit the GENE_ANNOT_FILE variable in getIntrons.sh such that it points to where your annotations are. Then run:

./getIntrons.sh

Once finished, you should see introns.gtf in your directory.

About

a simple script to generate intronic annotations in GTF format


Languages

Language:Shell 100.0%