Skip to content

Commit

Permalink
revert PR usegalaxy-eu#1091
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Feb 2, 2024
1 parent 1b1d23d commit 34e96ca
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,24 +1060,21 @@ tools:
require:
- singularity

toolshed.g2.bx.psu.edu/repos/genouest/braker3/braker3/.*:
toolshed.g2.bx.psu.edu/repos/genouest/braker3/braker3/3.0.6.*:
mem: 4
cores: 6
env:
GENEMARK_PATH: "/usr/local/tools/_conda/envs/[email protected]/bin/genemark/bin/"
PROTHINT_PATH: "/usr/local/tools/_conda/envs/[email protected]/bin/genemark/bin/gmes/ProtHint/bin/"

toolshed.g2.bx.psu.edu/repos/genouest/braker3/braker3/3.0.3.*:
mem: 4
cores: 6
params:
singularity_enabled: true
rules:
- if: any(helpers.tool_version_eq(tool, version) for version in ['3.0.3+galaxy0', '3.0.3+galaxy1', '3.0.3+galaxy2'])
execute: |
entity.params['singularity_container_id_override']="docker://teambraker/braker3:v.1.0.4"
- if: helpers.tool_version_eq(tool, '3.0.6+galaxy2')
execute: |
entity.params['singularity_container_id_override']="docker://teambraker/braker3:v1.0.6"
env:
GENEMARK_PATH: "/usr/local/tools/_conda/envs/[email protected]/bin/genemark/bin/"
PROTHINT_PATH: "/usr/local/tools/_conda/envs/[email protected]/bin/genemark/bin/gmes/ProtHint/bin/"
- if: helpers.tool_version_eq(tool, '3.0.7+galaxy2')
execute: |
entity.params['singularity_container_id_override']="docker://teambraker/braker3:v3.0.7.1"
singularity_container_id_override: docker://quay.io/bgruening/braker3:v.1.0.4
scheduling:
require:
- singularity

# GeneMark is a pain and needs special casing
toolshed.g2.bx.psu.edu/repos/genouest/braker/braker/.*:
Expand Down

0 comments on commit 34e96ca

Please sign in to comment.