Skip to content

Commit

Permalink
docs: add build-files-from-ncbi to readme (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Nov 16, 2024
1 parent c731871 commit eb0d485
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 @@ -32,3 +32,11 @@ python3 ./files/build-genomes-files.py

The environment can be deactivated by running `deactivate`, and re-activated by running `source ./venv/bin/activate`
again.

## Building data files from the NCBI API

Using the Python environment described above, run the script:

```shell
python3 ./files/build-files-from-ncbi.py
```

0 comments on commit eb0d485

Please sign in to comment.