Skip to content

prepend existing rule ids with 'tpvdb_' #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ tools:
cores: 20
mem: 120
rules:
- id: hifiasm_small_input_rule
- id: tpvdb_hifiasm_small_input_rule
if: input_size <= 0.2
cores: 6
mem: 40
Expand All @@ -235,7 +235,7 @@ tools:
cores: 8
mem: 40
rules:
- id: interproscan_metagenome_input_rule
- id: tpvdb_interproscan_metagenome_input_rule
if: input_size > 0.9
cores: 10
mem: 80
Expand Down Expand Up @@ -322,7 +322,7 @@ tools:
mem: 8
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/.*:
rules:
- id: tp_sort_header_tool_large_input_rule
- id: tpvdb_tp_sort_header_tool_large_input_rule
if: input_size > 0.8
mem: 10
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_uniq_tool/.*:
Expand Down Expand Up @@ -444,7 +444,7 @@ tools:
mem: 20
toolshed.g2.bx.psu.edu/repos/devteam/emboss_5/EMBOSS.*:
rules:
- id: EMBOSS_large_input_rule
- id: tpvdb_EMBOSS_large_input_rule
if: input_size > 0.6
mem: 10
'toolshed.g2.bx.psu.edu/repos/devteam/emboss_5/EMBOSS: fuzztran39/.*':
Expand Down Expand Up @@ -488,7 +488,7 @@ tools:
cores: 8
mem: 40
rules:
- id: pulsar_rule
- id: tpvdb_ncbi_blastp_wrapper_pulsar_rule
if: |
helpers.job_args_match(job, app, {'db_opts': {'db_opts_selector': 'db'}})
scheduling:
Expand Down Expand Up @@ -561,7 +561,7 @@ tools:
env:
TERM: vt100
rules:
- id: lotus2_small_input_rule
- id: tpvdb_lotus2_small_input_rule
if: input_size < 0.1
mem: 8
toolshed.g2.bx.psu.edu/repos/earlhaminst/t_coffee/t_coffee/.*:
Expand Down Expand Up @@ -1275,7 +1275,7 @@ tools:
toolshed.g2.bx.psu.edu/repos/iuc/fasttree/fasttree/.*:
mem: 30
rules:
- id: fasttree_small_input_rule
- id: tpvdb_fasttree_small_input_rule
if: input_size < 0.005
mem: 8
toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/.*:
Expand All @@ -1289,7 +1289,7 @@ tools:
cores: 8
mem: 40
rules:
- id: funannotate_annotate_large_input
- id: tpvdb_funannotate_annotate_large_input_rule
if: input_size > 3.2
mem: 62
toolshed.g2.bx.psu.edu/repos/iuc/funannotate_clean/funannotate_clean/.*:
Expand Down Expand Up @@ -2210,7 +2210,7 @@ tools:
toolshed.g2.bx.psu.edu/repos/iuc/novoplasty/novoplasty/.*:
mem: 40
rules:
- id: novoplasty_small_input_rule
- id: tpvdb_novoplasty_small_input_rule
if: input_size < 0.2
mem: 8
toolshed.g2.bx.psu.edu/repos/iuc/ont_fast5_api_compress_fast5/ont_fast5_api_compress_fast5/.*:
Expand Down Expand Up @@ -2581,12 +2581,12 @@ tools:
mem: 32
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_fillpeaks/abims_xcms_fillPeaks/.*:
mem: 32
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_retcor/abims_xcms_retcor/.*:
mem: 32
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_group/abims_xcms_group/.*:
mem: 32
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/abims_xcms_merge/.*:
mem: 32
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_retcor/abims_xcms_retcor/.*:
mem: 32
toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/.*:
cores: 8
mem: 28
Expand Down Expand Up @@ -2678,8 +2678,8 @@ tools:
cores: 4
mem: 32
toolshed.g2.bx.psu.edu/repos/recetox/recetox_aplcms_align_features/recetox_aplcms_align_features/.*:
mem: 64
cores: 4
mem: 64
toolshed.g2.bx.psu.edu/repos/recetox/recetox_aplcms_compute_clusters/recetox_aplcms_compute_clusters/.*:
mem: 16

Expand Down