Skip to content

Commit

Permalink
small modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rlibouba committed Jan 31, 2024
1 parent 1f89b32 commit 907a523
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,21 +1060,21 @@ tools:
require:
- singularity

toolshed.g2.bx.psu.edu/repos/genouest/braker3/braker3/3.0.6.*:
toolshed.g2.bx.psu.edu/repos/genouest/braker3/braker3/.*:
cores : 6

Check failure on line 1064 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

1064:10 [colons] too many spaces before colon

Check failure on line 1064 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

1064:10 [colons] too many spaces before colon
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_container_id_override: docker://quay.io/bgruening/braker3:v.1.0.4
scheduling:
require:
- singularity
singularity_enabled: true

Check failure on line 1067 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

1067:11 [indentation] wrong indentation: expected 6 but found 10

Check failure on line 1067 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

1067:11 [indentation] wrong indentation: expected 6 but found 10
rules:

Check failure on line 1068 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

1068:7 syntax error: expected <block end>, but found '<block mapping start>' (syntax)

Check failure on line 1068 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

1068:7 syntax error: expected <block end>, but found '<block mapping start>' (syntax)
- if: helpers.tool_version_eq(tool, '3.0.3'):
params:
singularity_container_id_override: docker://teambraker/braker3:v.1.0.4
- if: helpers.tool_version_eq(tool, '3.0.6'):
params:
singularity_container_id_override: docker://teambraker/braker3:v1.0.6
- if: helpers.tool_version_eq(tool, '3.0.7'):
params:
singularity_container_id_override: docker://teambraker/braker3:v3.0.7.1

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

0 comments on commit 907a523

Please sign in to comment.