Skip to content
forked from gpertea/gffread

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

License

Notifications You must be signed in to change notification settings

xiongxu/gffread

 
 

Repository files navigation

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

This should build the gffread binary in the current directory.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • Makefile 2.3%
  • Shell 2.0%