Skip to content
Snippets Groups Projects
Commit 8ef3d860 authored by cagaser's avatar cagaser
Browse files

modify clever.wdl: increased memory from 6G to 10G

parent e1e63b2d
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 = 6 Int mem = 10
} }
...@@ -44,7 +44,7 @@ task Mateclever { ...@@ -44,7 +44,7 @@ task Mateclever {
File predictions File predictions
String outputPath String outputPath
Int threads = 10 Int threads = 10
Int mem = 6 Int mem = 10
Int cleverMaxDelLength = 100000 Int cleverMaxDelLength = 100000
Int maxLengthDiff= 30 Int maxLengthDiff= 30
Int maxOffset = 150 Int maxOffset = 150
......
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