Skip to content

Commit

Permalink
Merge pull request #48 from jinmingda/dev-macs
Browse files Browse the repository at this point in the history
Allocate more RAM to the process running MACS2
  • Loading branch information
drpatelh authored Sep 30, 2019
2 parents f707a87 + fc5c79d commit 44e1d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ process merge_library_bigwig {
*/
process merge_library_macs {
tag "$name"
label 'process_long'
label 'process_medium'
publishDir "${params.outdir}/bwa/mergedLibrary/macs", mode: 'copy',
saveAs: {filename ->
if (filename.endsWith(".tsv")) "qc/$filename"
Expand Down Expand Up @@ -1341,7 +1341,7 @@ process merge_replicate_bigwig {
*/
process merge_replicate_macs {
tag "$name"
label 'process_long'
label 'process_medium'
publishDir "${params.outdir}/bwa/mergedReplicate/macs", mode: 'copy',
saveAs: {filename ->
if (filename.endsWith(".tsv")) "qc/$filename"
Expand Down

0 comments on commit 44e1d74

Please sign in to comment.