You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this, especially the submodule approach. It's actually fairly straightforward given the massive CLI reorganization that @standage did in #785 - note that others have already chosen smash as the import for sourmash 🤷
So, this occurred to me yesterday: What if we make the Python API look like the CLI?
Let's say I want to call
sourmash sig describe <sig>
in Python. I'm not even sure how to do it now, but it would be nice to doOf course, this would mess our current API completely...
Maybe an alternative would be to have a submodule to do that, kinda sorta like
matplotlib.pyplot
? So we could do(
api
andsm
up for discussion, obviously).This would solve #245 too.
The text was updated successfully, but these errors were encountered: