Skip to content

Commit

Permalink
Revert "Test if rule cz-pulsar_alphafold works in tools.yml"
Browse files Browse the repository at this point in the history
This reverts commit 3c2b413.
  • Loading branch information
kysrpex committed Oct 2, 2023
1 parent 3c2b413 commit e09c6e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,10 @@ tools:
mem: 69
- id: cz-pulsar_alphafold
if: |
True
(
"cz-pulsar" in {tag.value for tag in entity.tpv_tags.tags}
and helpers.tool_version_gte(tool, '2.3.1')
)
gpus: 1
scheduling:
require:
Expand Down

0 comments on commit e09c6e2

Please sign in to comment.