Skip to content
Snippets Groups Projects
Commit b7e9ca35 authored by Cats's avatar Cats
Browse files

memory adjustments

parent 93a1c53d
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ task ExtractAdaptersFastqc { ...@@ -84,7 +84,7 @@ task ExtractAdaptersFastqc {
Float? adapterCutoff Float? adapterCutoff
Boolean? outputAsFasta Boolean? outputAsFasta
Int memory = 4 Int memory = 8
Float memoryMultiplier = 5 # This is ridiculous... Float memoryMultiplier = 5 # This is ridiculous...
String dockerTag = "0.2--1" String dockerTag = "0.2--1"
} }
......
...@@ -62,7 +62,7 @@ task Cutadapt { ...@@ -62,7 +62,7 @@ task Cutadapt {
String? reportPath String? reportPath
Int cores = 1 Int cores = 1
Int memory = 8 Int memory = 16
String dockerTag = "2.3--py36h14c3975_0" String dockerTag = "2.3--py36h14c3975_0"
} }
......
...@@ -10,7 +10,7 @@ task HTSeqCount { ...@@ -10,7 +10,7 @@ task HTSeqCount {
String order = "pos" String order = "pos"
String stranded = "no" String stranded = "no"
Int memory = 20 Int memory = 40
String dockerTag = "0.9.1--py36h7eb728f_2" String dockerTag = "0.9.1--py36h7eb728f_2"
} }
......
...@@ -50,8 +50,8 @@ task CollectMultipleMetrics { ...@@ -50,8 +50,8 @@ task CollectMultipleMetrics {
Boolean collectSequencingArtifactMetrics = true Boolean collectSequencingArtifactMetrics = true
Boolean collectQualityYieldMetrics = true Boolean collectQualityYieldMetrics = true
Int memory = 4 Int memory = 8
Float memoryMultiplier = 3.5 Float memoryMultiplier = 4
String dockerTag = "8dde04faba6c9ac93fae7e846af3bafd2c331b3b-0" String dockerTag = "8dde04faba6c9ac93fae7e846af3bafd2c331b3b-0"
} }
...@@ -133,8 +133,8 @@ task CollectRnaSeqMetrics { ...@@ -133,8 +133,8 @@ task CollectRnaSeqMetrics {
String basename String basename
String strandSpecificity = "NONE" String strandSpecificity = "NONE"
Int memory = 4 Int memory = 8
Float memoryMultiplier = 3.0 Float memoryMultiplier = 4.0
String dockerTag = "8dde04faba6c9ac93fae7e846af3bafd2c331b3b-0" String dockerTag = "8dde04faba6c9ac93fae7e846af3bafd2c331b3b-0"
} }
...@@ -278,7 +278,7 @@ task MarkDuplicates { ...@@ -278,7 +278,7 @@ task MarkDuplicates {
String outputBamPath String outputBamPath
String metricsPath String metricsPath
Int memory = 4 Int memory = 8
Float memoryMultiplier = 3.0 Float memoryMultiplier = 3.0
String dockerTag = "2.18.26--0" String dockerTag = "2.18.26--0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment