Skip to content

Commit

Permalink
Merge pull request #62 from galaxyproject/revert-61-imporve_default_e…
Browse files Browse the repository at this point in the history
…ntities

Revert "Add default resource params and slurm destination"
  • Loading branch information
nuwang authored May 28, 2024
2 parents e3f3629 + 0c1410f commit e2277c4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tools.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
global:
default_inherits: default
tools:
default:
gpus: 0
cores: 1
mem: cores * 3.8
env: {}
Expand Down Expand Up @@ -2561,19 +2558,3 @@ tools:
mem: 32
wig_to_bigWig:
mem: 10
destinations:
default:
params:
tpv_cores: '{cores}'
tpv_gpus: '{gpus}'
tpv_mem: '{mem}'
abstract: true
tpvdb_slurm:
context:
slurm_walltime: ''
slurm_partition: ''
slurm_account: ''
params:
native_specification: |
--nodes=1 --ntasks={cores} --mem={round(mem*1024)} {'--time='+ slurm_walltime if slurm_walltime else ''} {'--gres=gres:gpu:' + str(gpus) if gpus else ''} {'--partition=' + slurm_partition if slurm_partition else ''} {'--account=' + slurm_account if slurm_account else ''}
abstract: true

0 comments on commit e2277c4

Please sign in to comment.