-
Notifications
You must be signed in to change notification settings - Fork 0
How to force conda
Torfinn Nome edited this page Apr 28, 2021
·
1 revision
WARNING: This is very, very ugly, ugly, and should only be used as a last resort.
A random example, using the tool limma_voom:
- Edit
/srv/galaxy/dynamic_rules/usegalaxy/tool_destinations.yaml
:limma_voom: { runner: slurm }
- Remove Limma Voom from the Galaxy using admin interface
- Un-comment
<conda />
from/srv/galaxy/config/dependency_resolvers_conf.xml
- Restart Galaxy (
sudo systemctl restart galaxy
) - Add tool using the Galaxy admin interface
- Remove Conda from
/srv/galaxy/config/dependency_resolvers_conf.xml
:<!-- <conda /> -->
- Restart Galaxy (
sudo systemctl restart galaxy
)