Closed baif666 closed 3 years ago
The problem is /bin/bash -i -c 'type ms'
can't find the right path of 'ms' program.
$ /bin/bash -i -c 'type ms'
bash: type: ms: not found
But which ms
work well. Could we modify the code of which()
function to use which
command?
you use conda? could you put it as hard path in the script?
Yes, hard path also works
Do we need to change it or just use the hard path? I will submit a pull request to modify it later.
I would just hardcode it in the perl script and remove the error detection.
ok thanks!
Hi,
I install gargammel using conda as you suggested (
conda env create -f environment.yml
) but after I activated the environment 'ms2chromosomes.py' can't find 'ms' program :But if I run 'type ms', it gives the right result :
What's the problem?