Skip to content

Commit 6ac60a5

Browse files
committed
gte instead of eq flexynesis
1 parent afab8c3 commit 6ac60a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/galaxy/tpv/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ tools:
808808

809809
toolshed.g2.bx.psu.edu/repos/bgruening/flexynesis/flexynesis/.*:
810810
rules:
811-
- if: helpers.tool_version_eq(tool, '1.1.11+galaxy0')
811+
- if: helpers.tool_version_gte(tool, '1.1.11+galaxy0')
812812
gpus: 1
813813
params:
814814
docker_run_extra_arguments: --user 999

0 commit comments

Comments
 (0)