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

Remove outputDir as output file

parent 8a1dfa17
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ class BaseCounter(val root: Configurable) extends ToolCommandFunction {
@Input(doc = "Bam File", required = true)
var bamFile: File = _
@Output(doc = "Output directory", required = true)
var outputDir: File = _
var prefix: String = "output"
......
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