Use when converting GenBank format files to FASTA coding sequences (CDS) for downstream sequence analysis.
gbf2facds -na < records.gbf > cds.fna/home/vimalinx/miniforge3/envs/bio/bin/gbf2facdsreferences/help.md for detailed usage-na) or translated protein output (-aa) from the same GenBank input.# 1) Extract nucleotide CDS sequences
gbf2facds -na < records.gbf > cds.fna
# 2) Extract translated CDS protein sequences
gbf2facds -aa < records.gbf > cds.faa
-na for nucleotide CDS or -aa for protein translation output.gbf2facds on a representative sample and inspect the FASTA headers.--help and --version are rejected as unrecognized arguments; the only real switches are the nucleotide/protein selectors.gbf2info and xtract, so the broader EDirect toolchain must be on PATH.gbkey, so downstream parsers should expect metadata-rich headers rather than bare accessions.