Description

Validate, filter, convert and perform various other operations on GFF files

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing meta data
e.g. [ id:‘test’ ]

gff (file)

A reference file in either the GFF3, GFF2 or GTF format.

*.{gff, gtf}

fasta (file)

A multi-fasta file with the genomic sequences

*.{fasta,fa,faa,fas,fsa}

Output

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing meta data
e.g. [ id:‘test’ ]

gtf (file)

GTF file resulting from the conversion of the GFF input file if ‘-T’ argument is present

*.{gtf}

gffread_gff (file)

GFF3 file resulting from the conversion of the GFF input file if ‘-T’ argument is absent

*.gff3

gffread_fasta (file)

Fasta file produced when either of ‘-w’, ‘-x’, ‘-y’ parameters is present

*.fasta

versions (file)

File containing software versions

versions.yml

Tools

gffread
MIT

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