Closed KristinaGagalova closed 11 months ago
Hi Kristina,
Not sure if it's just how you copied your command but I see that there isn't a space between what I assume is two different Bloom filters?
plastid.1.rna.bftaxid4890.bf
Hi @lcoombe That's not the issue, it's just a typo while removing some metadata from the script. I am using a nextflow command which formats everything properly. I tried to run the command with only the troublesome file and it gave me the same error
Command error:
Min score threshold: 0.15
Starting to Load Filters.
error: `taxid4890.bf': Success
Thanks for the troubleshooting - so are you able to get a successful run with the other Bloom filters (even for a subset of the reads)?
If so, can you take a double check on the standard error/out from making that Bloom filter (feel free to share if it's helpful), and even try re-generating it again? I haven't seen that issue before, but if categorizer works for other BFs, but not that particular one, it would make me suspicious that something went awry in the maker stage building that BF.
If you haven't already, you could also check the text file that accompanies each BF (would be taxid4890.txt
in the same directory where taxid4890.bf
is), to check that the FPR, entries, etc. seems reasonable.
Hi @lcoombe
I rerun the biobloom make and now it's running. Even if I had both the .bf
and the *txt
files, looks like the filter was not generated properly for some reason, possibly some file system issues.
Thank you for the suggestions! I am closing the ticket
Great, glad to hear it's working now!
Hi
I am running biobloomcategorizer with multiple filters for contamination screening. This is the error I am having
FYI - taxid4890 is the largest filter I have.
This is the command:
BBT specs
I assigned quite a lot of memory on slurm
Do you have any idea what could that be? Thank you in advance