Skip to content

Commit

Permalink
Remove version comparison for cz-pulsar_alphafold rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kysrpex authored Oct 2, 2023
1 parent 9f2bdd4 commit 9c8a741
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,7 @@ tools:
mem: 69
- id: cz-pulsar_alphafold
if: |
(
"cz-pulsar" in {tag.value for tag in entity.tpv_tags.tags}
and helpers.tool_version_gte(tool, '2.3.1')
)
"cz-pulsar" in {tag.value for tag in entity.tpv_tags.tags}
gpus: 1
scheduling:
require:
Expand Down

0 comments on commit 9c8a741

Please sign in to comment.