Skip to content
Snippets Groups Projects
Commit 3bdf90e4 authored by cagaser's avatar cagaser
Browse files

increase memory of clever and delly to 15G

parent 04846427
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ task Prediction {
BwaIndex bwaIndex
String outputPath
Int threads = 10
Int mem = 11
Int mem = 15
}
......@@ -45,7 +45,7 @@ task Mateclever {
File predictions
String outputPath
Int threads = 10
Int mem = 11
Int mem = 15
Int cleverMaxDelLength = 100000
Int maxLengthDiff= 30
Int maxOffset = 150
......
......@@ -7,7 +7,7 @@ task CallSV {
IndexedBamFile bamFile
Reference reference
String outputPath
Int mem = 11
Int mem = 15
}
......
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