Skip to content

Commit ffb97b0

Browse files
committed
TPV
1 parent 93d779d commit ffb97b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

env/common/templates/galaxy/config/tpv/tools.yaml.j2

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,17 @@ tools:
262262
params:
263263
docker_run_extra_arguments: "-e USERID=$(id -u) -e GROUPID=$(id -g)"
264264

265+
.*interactive_tool_pcstudio.*:
266+
params:
267+
docker_run_extra_arguments: "-e USER_ID=$(id -u) -e GROUP_ID=$(id -g)"
268+
container_override:
269+
- type: docker
270+
shell: /bin/bash
271+
identifier: afgane/pcstudio-galaxy:0.3
272+
265273
.*interactive_tool_rstudio_bioconductor.*:
274+
#cores: 2
275+
#mem: 7
266276
params:
267277
# FIXME: set after Galaxy LIVE, this was accidentally not set during testing and it's too late to change it now
268278
#docker_run_extra_arguments: "-e USERID=$(id -u) -e GROUPID=$(id -g)"
@@ -2345,6 +2355,7 @@ tools:
23452355
toolshed.g2.bx.psu.edu/repos/nml/collapse_collections/collapse_dataset/4\..*: {inherits: _env_lc_all_c}
23462356
toolshed.g2.bx.psu.edu/repos/nml/collapse_collections/collapse_dataset/5\.1\.0: {inherits: _env_lc_all_c}
23472357
toolshed.g2.bx.psu.edu/repos/iuc/deg_annotate/deg_annotate/1\.1\.0: {inherits: _env_lc_all_c}
2358+
toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_.*/4\.3\+t.*: {inherits: _env_lc_all_c}
23482359

23492360
# TODO: test without this
23502361
toolshed.g2.bx.psu.edu/repos/devteam/pileup_interval/pileup_interval/1.0.[023]:

0 commit comments

Comments
 (0)