Skip to content

Commit

Permalink
Merge pull request #220 from uclahs-cds/jarbet-samtools-merge-cpus-mem
Browse files Browse the repository at this point in the history
optimize #CPUs for run_merge_SAMtools
  • Loading branch information
jarbet authored Jul 22, 2022
2 parents 4c77da2 + 6d0c68b commit acf77d9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion config/F16.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ process {
}
withName: run_sort_SAMtools {
cpus = 12
memory = 10.GB
memory = 15.GB
}
withName: run_merge_SAMtools {
cpus = 8
memory = 2.GB
}
withName: run_MarkDuplicate_Picard {
cpus = 1
Expand Down
6 changes: 5 additions & 1 deletion config/F32.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ process {
}
withName: run_sort_SAMtools {
cpus = 12
memory = 10.GB
memory = 15.GB
}
withName: run_merge_SAMtools {
cpus = 12
memory = 2.GB
}
withName: run_MarkDuplicate_Picard {
cpus = 1
Expand Down
6 changes: 5 additions & 1 deletion config/F72.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ process {
}
withName: run_sort_SAMtools {
cpus = 12
memory = 10.GB
memory = 15.GB
}
withName: run_merge_SAMtools {
cpus = 12
memory = 2.GB
}
withName: run_MarkDuplicate_Picard {
cpus = 1
Expand Down
6 changes: 5 additions & 1 deletion config/M64.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ process {
}
withName: run_sort_SAMtools {
cpus = 12
memory = 10.GB
memory = 15.GB
}
withName: run_merge_SAMtools {
cpus = 12
memory = 2.GB
}
withName: run_MarkDuplicate_Picard {
cpus = 1
Expand Down

0 comments on commit acf77d9

Please sign in to comment.