USAGE:
fetch_all_refseq_bacterial_genomes -o DIR
DESCRIPTION:
Downloads all bacterial RefSeq sequences form NCBI in GenBank format. The --min and --max options
can be used to restrict the size of the returned sequences.
REQUIREDARGUMENTS:-o, --output DIR
The output directory to contain the downloaded GenBank files.
OPTIONALARGUMENTS:-m, --min INTEGER
Records with a sequence length shorter than this value will be ignored.
-x, --max INTEGER
Records with a sequence length longer than this value will be ignored.
-h, --help
Show this message.
EXAMPLE:
fetch_all_refseq_bacterial_genomes -o my_project/comparison_genomes