Skip to content

Commit

Permalink
README: Update gimme_taxa.py documentation to mention -j when used wi…
Browse files Browse the repository at this point in the history
…th ngd --taxids

This fixes issue #215

Signed-off-by: Kai Blin <[email protected]>
  • Loading branch information
kblin committed Jul 3, 2024
1 parent a5d8caf commit 3744cda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,14 @@ python gimme_taxa.py -h
python gimme_taxa.py --help
```

To use the `gimme_taxa.py` script with `ncbi-genome-download`'s `--taxids` option,
you need to call `gimme_taxa.py` with the `-j` option, like this:

```bash
gimme_taxa.py -j -o my_taxids.txt Escherichia
ncbi-genome-download --taxids my_taxids.txt bacteria
```

## Citing `ncbi-genome-download`

You can cite `ncbi-genome-download` via the Zenodo deposit under
Expand Down

0 comments on commit 3744cda

Please sign in to comment.