- **feature**: new `match` option for `search` sets minimum match accuracy: `--match 98.5`
- **feature**: new `results` option for `search` sets maximum number of results: `--results 20`
$ mycolab search --help
Usage: mycolab search [OPTIONS] SEQUENCE
Search Genbank nucleotide database
Options:
--match FLOAT Minimum match accuracy
--results INTEGER Maximum results
--help Show this message and exit.
To install:
$ pip install mycolab --upgrade