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

toolJar is a file not a string

parent 3eef8316
No related branches found
No related tags found
1 merge request!21Added seqstat, set minlength for cutadapt to 1.
......@@ -3,7 +3,7 @@
task BaseCounter {
String? preCommand
String? toolJar
File? toolJar
File bam
File bamIndex
File refFlat
......@@ -72,7 +72,7 @@ task BaseCounter {
}
task ExtractAdaptersFastqc {
String? toolJar
File? toolJar
File inputFile
String outputDir
String? adapterOutputFilePath = outputDir + "/adapter.list"
......@@ -122,7 +122,7 @@ task FastqSplitter {
String? preCommand
File inputFastq
Array[String] outputPaths
String? toolJar
File? toolJar
Float? memory
Float? memoryMultiplier
......@@ -162,7 +162,7 @@ task FastqSync {
File in2
String out1path
String out2path
String? toolJar
File? toolJar
Float? memory
Float? memoryMultiplier
......@@ -196,7 +196,7 @@ task FastqSync {
}
task SampleConfig {
String? toolJar
File? toolJar
String? preCommand
Array[File]+ inputFiles
String keyFilePath
......@@ -244,7 +244,7 @@ task ScatterRegions {
File refFasta
File refDict
String outputDirPath
String? toolJar
File? toolJar
Int? scatterSize
File? regions
......
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