Hello,
I have a series of non-tool-shed tools I would like to install on my Galaxy instance.
macros.xml includes following requirements for all of the tools
requirement type=“package” version=“2.7” - python - requirement
requirement type=“package” version=“1.65” - biopython - requirement
requirement type=“package” version=“2.12.1” - requests - requirement
All of these are resolved by conda in my instance, but when I run a tool, it uses default galaxy virtualenv python executable instead of mulled conda environment causing errors. How should I let the job run inside conda environment?