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

Replace _ for null

parent 1f826562
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class Bam2Wig(val root: Configurable) extends QScript with BiopetQScript {
def this() = this(null)
@Input(doc = "Input bam file", required = true)
var bamFile: File = _
var bamFile: File = null
def init(): Unit = {
}
......
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