Skip to content

helixforge utils filter

Tiered output filtering by confidence/evidence/biotype.

OptionDescription
--gff3Input GFF3. (required)
--outOutput filtered GFF3. (required)
--presetFilter preset [default: custom]. (choices: high_confidence/publication_ready/custom; default: custom)
--min-confidenceMinimum confidence score.
--min-tierMinimum tier (inclusive).
--max-tierMaximum tier (inclusive).
--exclude-biotypeBiotype(s) to exclude, repeatable. (repeatable)
Terminal window
helixforge utils filter --gff3 helixforge.gff3 --out tier1.gff3 --max-tier 1
helixforge utils filter --gff3 helixforge.gff3 --out pub.gff3 \
--preset publication_ready --exclude-biotype transposable_element