Skip to content

Commit

Permalink
Merge pull request #1221 from pavanvidem/patch-1
Browse files Browse the repository at this point in the history
update anndata resources
  • Loading branch information
sanjaysrikakulam authored Jun 3, 2024
2 parents b3f4255 + 5a07eb6 commit 2c43ce9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1383,25 +1383,26 @@ tools:

toolshed.g2.bx.psu.edu/repos/iuc/anndata_manipulate/anndata_manipulate/.*:
cores: 1
mem: 4
mem: 16
rules:
- id: large_anndata_input
if: input_size > 2
cores: 1
mem: 20
- id: anndata_concat
if: |
param_dict = job.get_param_values(app)
param_dict.get('manipulate', {}).get('function') == 'concatenate'
mem: 60

toolshed.g2.bx.psu.edu/repos/iuc/anndata_import/anndata_import/.*:
cores: 1
mem: 4
mem: 16

toolshed.g2.bx.psu.edu/repos/iuc/anndata_export/anndata_export/.*:
cores: 1
mem: 4
mem: 16

toolshed.g2.bx.psu.edu/repos/iuc/anndata_inspect/anndata_inspect/.*:
cores: 1
mem: 4
mem: 16

toolshed.g2.bx.psu.edu/repos/iuc/modify_loom/modify_loom/.*:
cores: 1
mem: 4
mem: 16

0 comments on commit 2c43ce9

Please sign in to comment.