-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start outputting zip collections instead of .sig files? #1440
Comments
Merged
16 tasks
trying this out in #1370. thoughts -
|
see b1d54df for creation of helper class, |
reference to explore streaming JSON output - https://medium.com/galvanize/streaming-structured-json-18da4edd4f20 maybe we should adjust JSON signature format to support a collection of individual records, rather than a list? |
6 tasks
closed by #1493. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from @bluegenes in #1349 (comment) -
I think we could adjust or extend
save_signatures(...)
to create a .zip file when.zip
is given as the output filename. Could do something similar with .sbt.zip, .lca.json, and other, perhaps?see also #1349 (comment)
The text was updated successfully, but these errors were encountered: