Skip to content

genbank_get_genomes_by_taxon.py seems to ignore "--format" argument #89

Closed
@jvollme

Description

Summary & Description:

I am currently using pyani v.2.3 as installed via bioconda. genbank_get_genomes_by_taxon.py seems work generally for downloading contig-fastas.
However, when I try to download genbanks instead (which I need for some additional analyses), by setting the --format option to "gbk" (as stated in the help function), this argument seems to be ignored and i still just get the contig-fastas.

Reproducible Steps:

genbank_get_genomes_by_taxon.py -t 1107 -l chloroflexuslog --email myemail@wherever.com -o chloroflexus --format gbk -v

Current Output:

.fna & .fna.gz for each genome (BTW: I guess only the "*.fna.gz" files were actually meant to remain as final output here?)

Expected Output:

.gbk[.gz] for each genome

pyani Version:

v2.3

Python Version:

v3.5.2

Operating System:

Linux Ubuntu 14.04

Summary & Description:

I am currently using pyani v.2.3 as installed via bioconda. genbank_get_genomes_by_taxon.py seems work generally for downloading contig-fastas.
However, when I try to download genbanks instead, by setting the --format option to "gbk" (as stated in the help function), this argument seems to be ignored and I still just get the contig-fastas.

Reproducible Steps:

genbank_get_genomes_by_taxon.py -t 1107 -l chloroflexuslog --email myemail@wherever.com -o chloroflexus --format gbk -v

Current Output:

.fna & .fna.gz for each genome

Expected Output:

.gbk[.gz] for each genome

pyani Version:

v2.3 (installed via bioconda)

Python Version:

v3.5.2

Operating System:

Linux Ubuntu 14.04

Metadata

Assignees

Labels

bugsomething isn't working how it should

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions