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
I've noticed that on a small number of read sets (e.g. SRR522088), lognumslots.sh underestimates the number of slots needed in the CQF for squeakr-exact
Here's my current workflow for gzipped fastq files
In the case of SRR522088, the script computed 26 as the required number of slots, resulting in a segfault. When I set it to 27, it runs smoothly.
Since this script is only in the master branch, I was wondering if there's perhaps a version tuned for the exact branch that I may not be finding in the repo.
The text was updated successfully, but these errors were encountered:
Hi @hmusta , in the current version of Squeakr, we have auto-resizing when running with a single thread. So, even if you underestimate the size there won't be a seg fault. Please try it and let me know if you still have any issues.
I've noticed that on a small number of read sets (e.g.
SRR522088
),lognumslots.sh
underestimates the number of slots needed in the CQF for squeakr-exactHere's my current workflow for gzipped fastq files
In the case of
SRR522088
, the script computed 26 as the required number of slots, resulting in a segfault. When I set it to 27, it runs smoothly.Since this script is only in the
master
branch, I was wondering if there's perhaps a version tuned for theexact
branch that I may not be finding in the repo.The text was updated successfully, but these errors were encountered: