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