Skip to content
Snippets Groups Projects
Commit 6faafa2c authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

remove defaults, these things should be specified

parent 321d6d94
No related branches found
No related tags found
1 merge request!53Add seqstat generate. ValidateFastq now validates files.
...@@ -9,9 +9,9 @@ task Generate { ...@@ -9,9 +9,9 @@ task Generate {
File fastqR1 File fastqR1
File? fastqR2 File? fastqR2
String outputFile String outputFile
String sample = "sample" String sample
String library = "library" String library
String readgroup = "readgroup" String readgroup
Int memory = 4 Int memory = 4
Float memoryMultiplier = 2.0 Float memoryMultiplier = 2.0
......
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