Skip to content

helixforge utils extract-proteins

Translate CDS from GFF3 + genome to protein FASTA.

OptionDescription
--gff3Input GFF3. (required)
--genomeReference genome FASTA. (required)
--outOutput protein FASTA. (required)
--longest-only, --all-isoformsKeep only longest isoform per gene. (default: True)
--transl-tableNCBI translation table [default: 1]. (default: 1)
--min-lengthMinimum protein length in aa [default: 30]. (default: 30)
Terminal window
helixforge utils extract-proteins --gff3 genes.gff3 --genome genome.fa --out proteins.fa
helixforge utils extract-proteins --gff3 genes.gff3 --genome genome.fa \
--out proteins.fa --all-isoforms --min-length 50 --transl-table 11