-
Notifications
You must be signed in to change notification settings - Fork 16
Migrate a few more entries from EU #103
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
base: main
Are you sure you want to change the base?
Changes from all commits
84e744c
620cf67
22e0143
86a68a4
3a41d4a
7825d17
fa80326
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -153,7 +153,7 @@ tools: | |
| mem: 30.7 | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/.*: | ||
| cores: 20 | ||
| mem: 60 | ||
| mem: min(max(input_size * 1.2, 3.8), 256) | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/get_online_data/ctb_online_data_fetch/.*: | ||
| mem: 7 | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/get_pubchem/ctb_pubchem_download_as_smiles/.*: | ||
|
|
@@ -244,6 +244,9 @@ tools: | |
| mem: 7 | ||
| env: | ||
| CUDA_VISIBLE_DEVICES: 0 | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/lirasearch/lirasearch/.*: | ||
| cores: 24 | ||
| mem: 24 | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/minced/minced/.*: | ||
| mem: 2 | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/mitohifi/mitohifi/.*: | ||
|
|
@@ -273,6 +276,9 @@ tools: | |
| mem: 128 | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/numeric_clustering/numeric_clustering/.*: | ||
| mem: 12 | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/omark/omark/.*: | ||
| cores: 8 | ||
| mem: 4 | ||
| toolshed.g2.bx.psu.edu/repos/bgruening/openduck_run_smd/openduck_run_smd/.*: | ||
| gpus: 1 | ||
| cores: 1 | ||
|
|
@@ -396,6 +402,9 @@ tools: | |
| mem: 2 | ||
| toolshed.g2.bx.psu.edu/repos/computational-metabolomics/dimspy_sample_filter/dimspy_sample_filter/.*: | ||
| mem: 1 | ||
| toolshed.g2.bx.psu.edu/repos/computational-metabolomics/sirius_csifingerid/sirius_csifingerid/.*: | ||
| cores: 8 | ||
| mem: 8 | ||
| toolshed.g2.bx.psu.edu/repos/computationaltranscriptomics/glassgo/glassgo/.*: | ||
| mem: 1 | ||
| scheduling: | ||
|
|
@@ -574,6 +583,9 @@ tools: | |
| TMP_4_TCOFFEE: $TMP | ||
| toolshed.g2.bx.psu.edu/repos/ecology/srs_preprocess_s2/srs_preprocess_s2/.*: | ||
| mem: 16 | ||
| toolshed.g2.bx.psu.edu/repos/ecology/wildlife_megadetector_huggingface/wildlife_megadetector_huggingface/.*: | ||
| gpus: 1 | ||
| mem: 20 | ||
| toolshed.g2.bx.psu.edu/repos/ecology/xarray_select/xarray_select/.*: | ||
| mem: 1 | ||
| toolshed.g2.bx.psu.edu/repos/ethevenot/biosigner/biosigner/.*: | ||
|
|
@@ -644,7 +656,9 @@ tools: | |
| mem: 16 | ||
| toolshed.g2.bx.psu.edu/repos/galaxyp/eggnog_mapper/eggnog_mapper/.*: | ||
| cores: 8 | ||
| mem: 12 | ||
| mem: 24 | ||
| env: | ||
| EGGNOG_DBMEM: --dbmem | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have a related question here. @cat-bro do you know if on AU all those envs are passed into the containers without any extra magic? |
||
| toolshed.g2.bx.psu.edu/repos/galaxyp/eggnog_mapper/eggnog_mapper_search/.*: | ||
| cores: 4 | ||
| mem: 20 | ||
|
|
@@ -1095,6 +1109,18 @@ tools: | |
| toolshed.g2.bx.psu.edu/repos/genouest/braker3/braker3/.*: | ||
| cores: 16 | ||
| mem: 61.4 | ||
| toolshed.g2.bx.psu.edu/repos/genouest/helixer/helixer/.*: | ||
| cores: 4 | ||
| mem: 30 | ||
| scheduling: | ||
| require: | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can remove that. But what is the preferred way to indicate that this tool can/should run in Singularity? |
||
| - singularity | ||
| rules: | ||
| - id: tpvdb_helixer_large_gpu_rule | ||
| if: input_size >= 0.01 | ||
| gpus: 1 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. flag GPU here, if we don't want this in a shared DB. |
||
| params: | ||
| singularity_run_extra_arguments: ' --nv ' | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is enabling Singularity containers to setup the containers for GPU/Nvidia ...
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My initial thought would be: keep this but remove the scheduling tag for singularity and add a comment? But in general running things in singularity is the recommended approach, or not? |
||
| toolshed.g2.bx.psu.edu/repos/goeckslab/image_learner/image_learner/.*: | ||
| cores: 8 | ||
| mem: 32 | ||
|
|
@@ -1147,8 +1173,14 @@ tools: | |
| toolshed.g2.bx.psu.edu/repos/iuc/anndata_inspect/anndata_inspect/.*: | ||
| mem: 15.2 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/anndata_manipulate/anndata_manipulate/.*: | ||
| cores: 4 | ||
| mem: 12 | ||
| cores: 1 | ||
| mem: 16 | ||
| rules: | ||
| - id: tpvdb_anndata_manipulate_rule | ||
| if: | | ||
| param_dict = job.get_param_values(app) | ||
| param_dict.get('manipulate', {}).get('function') == 'concatenate' | ||
| mem: 60 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/annotatemyids/annotatemyids/.*: | ||
| mem: 8 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/arriba/arriba/.*: | ||
|
|
@@ -1339,8 +1371,14 @@ tools: | |
| toolshed.g2.bx.psu.edu/repos/iuc/extract_genomic_dna/Extract genomic DNA 1: | ||
| cores: 3 | ||
| mem: 3.7 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/falco/falco/.*: | ||
| cores: 3 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/.*: | ||
| mem: 11.4 | ||
| rules: | ||
| - id: tpvdb_fasta_stats_large_rule | ||
| if: input_size >= 0.01 | ||
| cores: 3 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/.*: | ||
| cores: 4 | ||
| mem: min(max(int(input_size * 6), 8), 58) | ||
|
|
@@ -1547,7 +1585,7 @@ tools: | |
| cores: 8 | ||
| mem: 8 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/kraken2/kraken2/.*: | ||
| cores: 2 | ||
| cores: 16 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have way more cores on EU ... but the memory rule here is very sophisticated ... maybe both? |
||
| mem: | | ||
| import os | ||
| import functools | ||
|
|
@@ -2338,6 +2376,13 @@ tools: | |
| toolshed.g2.bx.psu.edu/repos/iuc/nanopolishcomp_eventaligncollapse/nanopolishcomp_eventaligncollapse/.*: | ||
| cores: 10 | ||
| mem: 12 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/ncbi_fcs_gx/ncbi_fcs_gx/.*: | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a very expensive and inefficient tool for VGP - TODO look at ORGs rule. |
||
| rules: | ||
| - id: tpvdb_ncbi_fcs_gx_screen_mode_rule | ||
| if: | | ||
| helpers.job_args_match(job, app, {"mode": {"mode_selector": "screen"}}) | ||
| cores: 64 | ||
| mem: 480 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/novoplasty/novoplasty/.*: | ||
| mem: 40 | ||
| rules: | ||
|
|
@@ -2413,8 +2458,10 @@ tools: | |
| toolshed.g2.bx.psu.edu/repos/iuc/pureclip/pureclip/.*: | ||
| cores: 2 | ||
| mem: 32 | ||
| # 4GB is enough for most of the runs as it seems | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I had this in my notes, no idea why we have here so much more memory :( |
||
| toolshed.g2.bx.psu.edu/repos/iuc/purge_dups/purge_dups/.*: | ||
| mem: 30.4 | ||
| cores: 1 | ||
| mem: 6 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/.*: | ||
| cores: 6 | ||
| mem: 24 | ||
|
|
@@ -2637,10 +2684,23 @@ tools: | |
| toolshed.g2.bx.psu.edu/repos/iuc/transdecoder/transdecoder/.*: | ||
| mem: 8 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/trinity/trinity/.*: | ||
| cores: 32 | ||
| mem: 512 | ||
| cores: 24 | ||
| mem: 250 | ||
| env: | ||
| _JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G | ||
| rules: | ||
| - id: tpvdb_trinity_small_rule | ||
| if: input_size < 0.1 | ||
| cores: 1 | ||
| mem: 4 | ||
| - id: tpvdb_trinity_medium_rule | ||
| if: 0.1 <= input_size < 1 | ||
| cores: 12 | ||
| mem: 92 | ||
| - id: tpvdb_trinity_fail_rule | ||
| if: input_size >= 1 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We are bailing out when we see large files and recommend Spades. |
||
| fail: | | ||
| Too much data, we cannot support such large Trinity assemblies. Please use RNAspades instead. | ||
| toolshed.g2.bx.psu.edu/repos/iuc/trinity_abundance_estimates_to_matrix/trinity_abundance_estimates_to_matrix/.*: | ||
| mem: 8 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/trinity_align_and_estimate_abundance/trinity_align_and_estimate_abundance/.*: | ||
|
|
@@ -2680,6 +2740,15 @@ tools: | |
| scheduling: | ||
| accept: | ||
| - pulsar | ||
| rules: | ||
| - id: tpvdb_unicycler_small_input_rule | ||
| if: input_size < 0.05 | ||
| cores: 1 | ||
| mem: 3.8 | ||
| - id: tpvdb_unicycler_medium_input_rule | ||
| if: 0.05 <= input_size < 2 | ||
| cores: 8 | ||
| mem: 28 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/valet/valet/.*: | ||
| cores: 8 | ||
| mem: 20 | ||
|
|
@@ -2701,6 +2770,9 @@ tools: | |
| toolshed.g2.bx.psu.edu/repos/iuc/vcf2maf/vcf2maf/.*: | ||
| cores: 6 | ||
| mem: 23.0 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/velocyto_cli/velocyto_cli/.*: | ||
| cores: 4 | ||
| mem: 100 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/vsearch/.*: | ||
| mem: 8 | ||
| toolshed.g2.bx.psu.edu/repos/iuc/vsearch/vsearch_alignment/.*: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it ok to specify here GPUs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it doesn't work without I would say yes