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
sourmash expects booleans in manifests to be 'True/False' and doesn't accept true/false? Noticed b/c serde's serialization uses lowercase in accordance with json, but not converting to True/False yields erros. We should consider allowing either.
The text was updated successfully, but these errors were encountered:
This PR updates manifest generation in `manysketch` to use `Record` and `Manifest` utils from core. This also makes the code significantly simpler, since we can generate manifest information directly from the signature, rather than saving sketch parameters alongside sketches.
Required `0.13.0` core due to these fixes:
- sourmash-bio/sourmash#3007
- sourmash-bio/sourmash#3019
* Fixes#203
follows up on #196
One quirk that we might want to handle/modify:
sourmash expects booleans in manifests to be 'True/False' and doesn't accept
true/false
? Noticed b/c serde's serialization uses lowercase in accordance with json, but not converting to True/False yields erros. We should consider allowing either.The text was updated successfully, but these errors were encountered: