Skip to content

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

License

Notifications You must be signed in to change notification settings

gpertea/gffread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb28f6d · Dec 26, 2024
Dec 26, 2024
Apr 2, 2020
Dec 26, 2024
May 3, 2020
Apr 25, 2023
Apr 9, 2023
Apr 17, 2023
Oct 25, 2018
Oct 25, 2018
Jul 23, 2021
Dec 26, 2024
Aug 25, 2020

Repository files navigation

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.