Skip to content

Commit

Permalink
feat: added generic config workflow profile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 24, 2024
1 parent a422f90 commit 50207fa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions setup/tutorial/profile/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
default-resources:
slurm_partition=barnard

set-resources:
bwa_map:
runtime: 5 # real scenarios will take more
mem_mb_per_cpu: 1800

samtools_sort:
runtime: 5
mem_mb_per_cpu: 1800

samtools_index:
runtime: 5
mem_mb_per_cpu: 1800

bcftools_call:
runtime: 15
mem_mb_per_cpu: 1800

0 comments on commit 50207fa

Please # to comment.