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

memory adjustments

parent 269c040a
No related branches found
No related tags found
1 merge request!70Some new tasks and memory setting changes
......@@ -15,7 +15,7 @@ task Generate {
String readgroup
Int memory = 4
Float memoryMultiplier = 2.0
Float memoryMultiplier = 2.5
}
String toolCommand = if defined(toolJar)
......
......@@ -10,7 +10,7 @@ task Cutadapt {
String? format
String? preCommand
Int cores = 1
Int memory = 4
Int memory = 8
Array[String]+? adapter
Array[String]+? front
Array[String]+? anywhere
......
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