-
Notifications
You must be signed in to change notification settings - Fork 13
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
Skipping BLAST because ncbiblast+ is not in PATH #159
Comments
I got the same issue, ncbiblast+ is installed: (base) xma@xma-Precision-M4800:~/biosoft$ which blastn return: |
Could you drop a debug(function_you_are_using) and then check what is in the path from R? |
Thank you for your reply! I check the path and the blast+ is not in the PATH from R. After added it, the output changed but still no score calculated:
I also run the debug function, here is the output: debugging in: foreignness_score(., db = "human") |
antigen.garnish/R/antigen.garnish_predict.R Lines 90 to 95 in 42eb1ea
May explain whats happening here. BLAST may now be in path but no file is being output from blast to read. Not sure why the canned message is not displaying that explains this. |
v %>% foreignness_score(db = "human") %>% print
Removing temporary fasta files.
nmer
1: SIINFEKL
2: ILAKFLHWL
3: GILGFVFTL
Warning message:
In foreignness_score(., db = "human") :
Skipping BLAST because ncbiblast+ is not in PATH
Any help would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: