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
Are you talking about the mem part? It would be nice to have a simple Python function that can give us an estimate when we provide kmer-len and size. Any pointers where we can find that in the source?
It would be nice if we can convert the memory estimation of jellyfish to python.
https://github.com/gmarcais/Jellyfish/blob/43b1ab27abdb8c9399c386cc998bb9fd33648412/include/jellyfish/large_hash_array.hpp#L97
jellyfish mem
is giving already a nice estimation.the M after --size is Million, G for Billion, k for kilo
The text was updated successfully, but these errors were encountered: