Open MatthewRalston opened 8 years ago
The ReadMerFile class is meant to read the binary output of the Jellyfish program (the output of 'jellyfish count'). It does not parse fasta files.
Okay. I will close this issue. I didn't read that that was the requirement. Is there anyway to run the count function with the python bindings?
There is not a direct equivalent of the count function at this point, one that would take some input files and parse them in a multi-threaded fashion. It could be a valuable addition. Although, the count
command has become quite complicated, with many options, support for bloom filter, etc.
There is a class HashCounter that allows using a Jellyfish hash internally. But, because it uses python to submit the the k-mers to the hash, it is single threaded and slower.
The RuntimeError doesn't make sense.