wbyu / gffread

GFF/GTF utility providing format conversions, region filtering, FASTA sequence extraction and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gffread

GFF/GTF parsing utility providing format conversions, region filtering, FASTA sequence extraction and more.

Use gffread -h to check the usage options.

Compiling this program from source requires my other code library, GCLib. It can be done like this:

  cd /some/build/dir
  git clone https://github.com/gpertea/gclib
  git clone https://github.com/gpertea/gffread
  cd gffread
  make release

This should build the gffread binary in the current directory.

About

GFF/GTF utility providing format conversions, region filtering, FASTA sequence extraction and more

License:MIT License


Languages

Language:C++ 95.3%Language:Makefile 2.8%Language:Shell 1.8%