Open rmormando opened 1 year ago
I have never run kitsune. Is it possible to get the command and the data that was used to create the Bloom filter in the first place? Hopefully we can reproduce the issue outside of kitsune.
@rmormando check to ensure you have no spaces between your FASTA entries in the input file. That might be the issue.
Hi I am trying to use the kitsune tool which uses jellyfish to calculate the best/optimal kmer size for counting but when I go to run the command I get this error:
This is the command I run:
kitsune kopt --filenames ./American/american_paths.txt --k-min 10 --k-max 30 --canonical --closely-related --threads 8 --nproc 2 --output ./American/kitsune_out.txt
I have posted this on the kitsune issue page (https://github.com/natapol/kitsune/issues/13) but it looks like it might be a jellyfish issue so I figured I'd post it in here as well to see if I could get a quick solution.
Please let me know if anything in this error message stands out to you!