Skip to content
GitLab
Menu
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
3287d8c4
Commit
3287d8c4
authored
Apr 20, 2017
by
Peter van 't Hof
Browse files
Moved value to the correct place
parent
e7cccb43
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
View file @
3287d8c4
...
...
@@ -67,6 +67,8 @@ trait BiopetQScript extends Configurable with GatkLogging { qscript: QScript =>
val
skipWriteDependencies
:
Boolean
=
config
(
"skip_write_dependencies"
,
default
=
false
)
val
writeHtmlReport
:
Boolean
=
config
(
"write_html_report"
,
default
=
true
)
/** Script from queue itself, final to force some checks for each pipeline and write report */
final
def
script
()
{
outputDir
=
config
(
"output_dir"
)
...
...
@@ -126,8 +128,6 @@ trait BiopetQScript extends Configurable with GatkLogging { qscript: QScript =>
}
})
val
writeHtmlReport
:
Boolean
=
config
(
"write_html_report"
,
default
=
true
)
if
(
writeHtmlReport
)
{
logger
.
info
(
"Adding report"
)
this
match
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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