gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
460 stars 136 forks source link

Problem for PacBio Hifi reads in "jellyfish count" command #180

Open sakshar opened 2 years ago

sakshar commented 2 years ago

I ran "jellyfish count" command on PacBio Hifi reads in fasta format to get the k-mer count statistics. But the execution fails with "Error: can't open file output.jellyfish1021" which is a temporary file created during the execution of the count operation. The surprising fact is that I ran the same command on Hifi reads data for Oryza sativa and Drosophila melanogaster and for both of them the execution failed on the same temporary file as mentioned earlier. Can anyone give any solution or idea for how to get rid of this problem?