Use when filtering or processing GenBank-format sequence records retrieved via NCBI Entrez Direct tools
filter-genbank < records.gbf > filtered.gbf/home/vimalinx/miniforge3/envs/bio/bin/filter-genbankreferences/help.md for detailed usage information# 1) Filter a saved GenBank flatfile stream
filter-genbank < records.gbf > filtered.gbf
# 2) Filter GenBank output directly from an Entrez pipeline
efetch -db nuccore -id ABC123.1 -format gbwithparts | filter-genbank
efetch.filter-genbank rather than relying on positional filenames.transmute -gbf, so transmute must be on PATH.--help and --version are not implemented here; both are reported as unrecognized arguments.transmute, validate on a representative GenBank sample before batching.