Closed standage closed 2 years ago
>>> import pytaxonkit >>> pytaxonkit.lineage([]) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/standage/anaconda3/envs/mystt/lib/python3.8/site-packages/pytaxonkit.py", line 348, in lineage raise TaxonKitCLIError(err) # pragma: no cover pytaxonkit.TaxonKitCLIError: 10:27:36.278 [ERRO] xopen: no content
Raise an exception or return an empty result without attempting to invoke taxonkit on an empty input.
taxonkit
Observed behavior
Expected behavior
Raise an exception or return an empty result without attempting to invoke
taxonkit
on an empty input.