Skip to content

Commit

Permalink
Merge pull request #1320 from usegalaxy-eu/bgruening-patch-10
Browse files Browse the repository at this point in the history
try to fix repeatmasker
  • Loading branch information
bgruening authored Sep 23, 2024
2 parents 0ed71b7 + f90039e commit 84a00dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,9 @@ tools:
_JAVA_OPTIONS: -XX:MaxPermSize=2G -Xmx6G -Xms1G -Djava.io.tmpdir=/data/2/galaxy_db/tmp -Duser.home=/data/2/galaxy_db/tmp
toolshed.g2.bx.psu.edu/repos/bgruening/repeat_masker/repeatmasker_wrapper/.*:
rules:
- if: helpers.tool_version_gte(tool, '4.1.5')
env:
RM_LIB_PATH: "/data/db/databases/dfam/3.7/"
- if: helpers.tool_version_lt(tool, '4.1.5')
env:
RM_LIB_PATH: "/data/db/databases/dfam/3.4/"
Expand Down

0 comments on commit 84a00dc

Please sign in to comment.