-
Notifications
You must be signed in to change notification settings - Fork 3
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
A blast warning makes fur exit with status 1 #21
Comments
Thank you for pointing out this bug. The latest version of |
(base) mahe@pop-os:~/Downloads/PhD/Automation Trial/Unique & Common/Input$ makeFurDb -t targets -n neighbors -d fur.db |
Thank you for posting about this problem. Could you please also post a link for your |
Thank you for posting the input data. In my hands this runs fine: I make the database
and then run
This yields
I did, however, notice that your
When this is added to your database |
Hello Bernhard,
When I run
fur
on my laptop under WSL, I get this message:The program stops and returns no output at this point.
This happens unless I override the default
-t 8
threads option offur
with-t 4
. Indeed, my laptop has 4 threads, so the warning makes sense:If I run
blastn
on 8 threads, it gives the same warning, changes the number of threads to 4 and continue running.Well, this is fair enough, but I think the problem is a bit deeper than the default number of threads. I assume that
log.Fatal()
apparently interprets any warnings from a run ofblast
as fatal errors and forces anos.Exit(1)
. I think this issue is akin to the one Beatriz had last month, when there was a warning fromblast
complaining about masking.Cheers,
ivan
The text was updated successfully, but these errors were encountered: