Skip to content

Commit

Permalink
increased number of cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHarbig committed Jan 28, 2020
1 parent 6d18b1a commit 207552d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
process {
cpus = 4
echo = false
container = 'rh-rnalysis'
}

profiles {
conda {
process.conda = "$baseDir/environment.yml"
conda {
process.conda = "$baseDir/environment.yml"
conda.createTimeout = '1 h'}
}

Expand All @@ -15,4 +16,4 @@ timeline {

report {
enabled = false
}
}

0 comments on commit 207552d

Please sign in to comment.