Skip to content
Snippets Groups Projects
Commit 269c040a authored by Cats's avatar Cats
Browse files

adjust memory validation tools

parent 8cac7c09
No related branches found
No related tags found
1 merge request!70Some new tasks and memory setting changes
...@@ -245,8 +245,8 @@ task ValidateAnnotation { ...@@ -245,8 +245,8 @@ task ValidateAnnotation {
File? gtfFile File? gtfFile
Reference reference Reference reference
Int memory = 4 Int memory = 3
Float memoryMultiplier = 2.0 Float memoryMultiplier = 3.0
} }
String toolCommand = if defined(toolJar) String toolCommand = if defined(toolJar)
...@@ -277,8 +277,8 @@ task ValidateFastq { ...@@ -277,8 +277,8 @@ task ValidateFastq {
File? toolJar File? toolJar
FastqPair inputFastq FastqPair inputFastq
Int memory = 4 Int memory = 3
Float memoryMultiplier = 2.0 Float memoryMultiplier = 3.0
} }
String toolCommand = if defined(toolJar) String toolCommand = if defined(toolJar)
...@@ -310,8 +310,8 @@ task ValidateVcf { ...@@ -310,8 +310,8 @@ task ValidateVcf {
IndexedVcfFile vcf IndexedVcfFile vcf
Reference reference Reference reference
Int memory = 4 Int memory = 3
Float memoryMultiplier = 2.0 Float memoryMultiplier = 3.0
} }
String toolCommand = if defined(toolJar) String toolCommand = if defined(toolJar)
......
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