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
It should be possible to figure out which one is the right one (based on the file headers?) and have one function khmer.load that calls the appropriate function for each data structure.
The text was updated successfully, but these errors were encountered:
For now, it should(?) be easy enough to add new ht_types for *table data structures. But just as we're modularizing storage, hash functions, etc, we should consider adding a new field indicating which hash function was used. This would require a major version bump though, so not until we're ready for 3.0.
Right now we have two functions:
khmer.load_countgraph
khmer.load_nodegraph
It should be possible to figure out which one is the right one (based on the file headers?) and have one function
khmer.load
that calls the appropriate function for each data structure.The text was updated successfully, but these errors were encountered: