Skip to content

Commit 6224ba5

Browse files
authored
Added tpv rule for fastqc to clamp core and mem (#218)
1 parent 6b31a76 commit 6224ba5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/files/galaxy/config/tpv_rules_local.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ tools:
6868
fail: Unauthorized. Only admins can execute this tool.
6969
toolshed.g2.bx.psu.edu/repos/iuc/kraken2/kraken2/.*:
7070
mem: 200
71+
toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/.*:
72+
cores: min(max(int(input_size * 4), 1), 16)
73+
mem: min(max(int(input_size * 7), 5.6), 120)
7174

7275
roles:
7376
training.*:

0 commit comments

Comments
 (0)