• Stars
    star
    305
  • Rank 136,879 (Top 3 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

GffRead

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

More details and usage examples can be found in the paper DOI: 10.12688/f1000research.23297.1 which can be also used to cite this software.

The official webpage with download packages for this utility can be found online here: http://ccb.jhu.edu/software/stringtie/gff.shtml#gffread

Use gffread -h to see the command line usage options.

Installation

Building this program from source requires the GCLib source code library. The make command should automatically fetch the latest gclib version from the repository if no ../gclib directory is found.

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

This should create the gffread binary in the current directory.

More Repositories