Skip to content

Commit

Permalink
Testing execution on slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 13, 2024
1 parent 0cfb813 commit 479ef57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tests/config/slurm_config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ default-resources:
set-resources:
bwa_index:
runtime: 60
mem_mb: 4000
mem_mb: 2000
cpus_per_task: 1
threads: 1
bwa_strandseq_to_reference_alignment:
runtime: 60
mem_mb: 4000
mem_mb: 2000
cpus_per_task: 1
threads: 1
mark_duplicates:
runtime: 60
mem_mb: 4000
mem_mb: 2000
cpus_per_task: 1
threads: 1
generate_features:
runtime: 60
mem_mb: 4000
mem_mb: 2000
cpus_per_task: 1
threads: 1

0 comments on commit 479ef57

Please sign in to comment.