Open BMTTMC opened 2 days ago
The code that performs these checks is here. You'll see it doesn't do much other than run the commands. I'm afraid I can't suggest a reason why these checks are failing.
That's true, but it's called in report_binaries(), which will throw an error if anything is missing, preventing the script from running.
Update: By installing all of the tools using apt
(as opposed to manually installing them), they are now all detected except for samtools
. I have uninstalled and reinstalled samtools
, but to no avail.
Describe the bug When attempting to run
medaka_consensus
within a script, it is failing due to a failure to detect installed tools (i.e. samtools, bcftools, etc.). minimap2 is found, but others are not (see the logging section).Interestingly,
samtools
is used on its own from within the script without any issue. This issue is focusing on samtools, but the issue involves the other tools listed as well. Any help would be appreciated.Logging When trying to run medaka_consensus (note that this behavior is consistent whether or not I specify a model):
To confirm that samtools (for example) is installed:
I've also confirmed that the PATH includes samtools:
Environment: