Expand description
goat-cli
is a command line interface to query the
Genomes on a Tree Open API using
an asynchronous tokio
runtime.
I’m documenting the code here for others, and for future me.
Modules§
- count
- Query the GoaT count API.
- lookup
- Query the GoaT lookup API.
- progress
- A module to produce a progress bar.
- report
- Query the GoaT record API.
- search
- Query the GoaT search API.
- utils
- Collection of utility functions used elsewhere.
Structs§
- GOAT_
URL - The current GoaT URL.
- TAXONOMY
- The taxonomy that
goat-cli
uses. - UPPER_
CLI_ FILE_ LIMIT - Upper limit for the number of entries in the file for CLI arg
-f
. - UPPER_
CLI_ SIZE_ LIMIT - Upper limit for the CLI arg
--size
.