We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598fa15 commit 03b64cfCopy full SHA for 03b64cf
roles/galaxyprojectdotorg.devbox/tasks/main.yml
@@ -125,10 +125,10 @@
125
become_user: "{{ dev_user_name }}"
126
shell: "virtualenv {{ dev_planemo_virtualenv }}"
127
128
-- name: Install planemo
+- name: Install planemo and optional dependencies
129
become: True
130
131
- shell: ". {{ dev_planemo_virtualenv }}/bin/activate && pip install planemo"
+ shell: ". {{ dev_planemo_virtualenv }}/bin/activate && pip install cwltoil && pip install planemo"
132
133
- name: Setup planemo virtualenv on PATH
134
lineinfile: "dest={{ dev_user_shellrc }} line='export PATH=$PATH:{{ dev_planemo_virtualenv }}/bin'"
0 commit comments