Skip to content

helixforge utils convert

GFF3 <-> GTF format conversion.

OptionDescription
--inputInput file. (required)
--outOutput file. (required)
--from-formatSource format: gff3 | gtf (inferred from extension).
--to-formatTarget format: gff3 | gtf (inferred from extension).
Terminal window
helixforge utils convert --input genes.gff3 --out genes.gtf
helixforge utils convert --input genes.gtf --out genes.gff3 \
--from-format gtf --to-format gff3