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

Added dependencies list

parent 9a2897d8
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ class Sickle(val globalConfig: Config) extends CommandLineFunction {
@Output(doc="stats output") var output_stats: File = null
@Input(doc="qualityType file", required=false) var qualityTypeFile: File = null
@Argument(doc="Quality Type", required=false) var qualityType: String = config.getAsString("qualitytype", null)
@Input(doc="deps") var deps: List[File] = Nil
var defaultQualityType: String = config.getAsString("defaultqualitytype", "sanger")
......
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