You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hopefully fixed with 3.5 release. The attempt at a reasonable solution was to put logic into the LepWrap bash wrapper to check if it is being run inside a conda environment, and if it is, copy the lastz binaries into the conda env's binaries folder. This may pose an issue for the rare case of having a systemwide sudo-priveledged conda environment used by someone without sudo rights, but the cp logic only copies files that don't already exist in the destination. In such a case, an admin would have to intervene once and it wouldn't be a constant issue, I think.
The haplomerger perl scripts call the binaries in
software/LepAnchor/deps/ubuntu/
but they aren't on the PATH, so it fails.Solution Options:
bin/
directorycp software/LepAnchor/deps/ubuntu* /path/to/conda/env/bin/
The text was updated successfully, but these errors were encountered: