Skip to content
Snippets Groups Projects
Commit dd862229 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixing double args

parent 549cd9f8
No related branches found
No related tags found
No related merge requests found
...@@ -293,7 +293,6 @@ task SplitNCigarReads { ...@@ -293,7 +293,6 @@ task SplitNCigarReads {
Float? memory Float? memory
Float? memoryMultiplier Float? memoryMultiplier
Int mem = ceil(select_first([memory, 4.0])) Int mem = ceil(select_first([memory, 4.0]))
String toolCommand = if defined(gatkJar) String toolCommand = if defined(gatkJar)
......
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