Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
266b9f1a
Commit
266b9f1a
authored
Feb 09, 2015
by
bow
Browse files
Define null explicitly
parent
901811a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/Fastqc.scala
View file @
266b9f1a
...
...
@@ -31,10 +31,10 @@ class Fastqc(val root: Configurable) extends BiopetCommandLineFunction {
var
adapters
:
Option
[
File
]
=
None
@Input
(
doc
=
"Fastq file"
,
shortName
=
"FQ"
)
var
fastqfile
:
File
=
_
var
fastqfile
:
File
=
null
@Output
(
doc
=
"Output"
,
shortName
=
"out"
)
var
output
:
File
=
_
var
output
:
File
=
null
executable
=
config
(
"exe"
,
default
=
"fastqc"
)
var
java_exe
:
String
=
config
(
"exe"
,
default
=
"java"
,
submodule
=
"java"
,
freeVar
=
false
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment