Skip to content

Commit

Permalink
Merge pull request #2262 from usegalaxy-au/cat-bro-patch-1
Browse files Browse the repository at this point in the history
add custom training rule for fgenesh
  • Loading branch information
jlqfab authored Oct 28, 2024
2 parents cbd271f + a1aab2d commit 4d9eb7d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3561,6 +3561,12 @@ tools:
- training-exempt # skips user training role rules within users.yml
require:
- pulsar-high-mem2
rules:
- id: fgenesh_annotate_training_rule # custom training rule for fgenesh - regular training rules are in users.yml.j2
if: |
user and any([role.name.startswith('training') for role in user.all_roles() if not role.deleted])
cores: 4
mem: 25
fgenesh_merge:
inherits: fgenesh_tool
fgenesh_split:
Expand Down

0 comments on commit 4d9eb7d

Please sign in to comment.