-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strange error with query #188
Comments
Hi mbiokyle29, The jellysish count works fine : but then I got that when using query :
Can someone guess what's happening? Thanks, MA |
@MAfustier I was never able to find a resolution for this. I opted for making a dump of the database in columm format and loading into memory as needed. I dont recall the exact command, but I think it was trivial ( |
I am having the same issue with the query function. Wondering if this is an issue specific to Mac software? |
I am experiencing the following issue with the
query
command. I've build a kmer database from hg38 using the following command:jellyfish count -m 15 -t 5 -s 100M -L 5 -o hg38.15.jf hg38.fa
My goal was to build a 15mer database, keeping only kmers with at least 5 hits. This command completes, and I get a database file like so:
With the database in hand, I went to
query
, like so:jellyfish query hg38.15.jf AACCTGGGAGGAGGA
But I get an error like:
Oddly, if I re-run the command several times, The contents in the "" change, ex:
I am on the following version:
installed via homebrew
I also tried building from source, and get a slightly different error
The text was updated successfully, but these errors were encountered: