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
This PR adds `-E/--extension` to `sourmash sig split`, so that you can
do (for example)
```
sourmash sig split -E .sig.gz database.zip
```
and get a bunch of `.sig.gz` files instead of a bunch of `.sig` files.
Addresses #2703
compression is good!
one backwards compatible approach would be to allow an extension to be specified for output files with
-E/--extension
.The text was updated successfully, but these errors were encountered: