Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 595 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 595 Bytes

sourmash_plugin_tables

Installation

pip install sourmash_plugin_tables

Usage

non-xyz info goes here!

Support

We suggest filing issues in the main sourmash issue tracker as that receives more attention!

Dev docs

tables was developed from https://github.com/sourmash-bio/sourmash_plugin_template.

Testing

Run:

pytest tests

Generating a release

Bump version number in pyproject.toml and push.

Make a new release on github.

Then pull, and:

make dist

followed by twine upload dist/....