Skip to content

Commit

Permalink
adjust nanoplots cpus for local use
Browse files Browse the repository at this point in the history
  • Loading branch information
replikation committed Mar 6, 2021
1 parent a02faa3 commit f919641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/local.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ process {
withLabel: kraken2 { cpus = params.cores }
withLabel: krona { cpus = 1 }
withLabel: minimap2 { cpus = params.cores }
withLabel: nanoplot { cpus = params.cores }
withLabel: nanoplot { cpus = 4 }
withLabel: nextclade { cpus = params.cores }
withLabel: pangolin { cpus = 4 }
withLabel: president { cpus = 1 }
withLabel: pycoqc { cpus = 4 }
withLabel: snp_sites { cpus = 4 }
withLabel: ubuntu { cpus = 1 }
}
}

0 comments on commit f919641

Please sign in to comment.