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
860441ab
Commit
860441ab
authored
Apr 06, 2015
by
Peter van 't Hof
Browse files
Fix intervals
parent
04f35d97
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/samtools/SamtoolsMpileup.scala
View file @
860441ab
...
...
@@ -30,7 +30,7 @@ class SamtoolsMpileup(val root: Configurable) extends Samtools {
@Input
(
doc
=
"Reference fasta"
)
var
reference
:
File
=
config
(
"reference"
)
@Input
(
doc
=
"Interval bed"
)
@Input
(
doc
=
"Interval bed"
,
required
=
false
)
var
intervalBed
:
Option
[
File
]
=
config
(
"interval_bed"
)
var
disableBaq
:
Boolean
=
config
(
"disable_baq"
,
default
=
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