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
d0bfad15
Commit
d0bfad15
authored
Nov 26, 2016
by
Peter van 't Hof
Browse files
Enable deps files always
parent
85708a4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
View file @
d0bfad15
...
...
@@ -118,7 +118,7 @@ trait BiopetQScript extends Configurable with GatkLogging { qscript: QScript =>
}
})
if
(
logger
.
isDebugEnabled
)
WriteDependencies
.
writeDependencies
(
functions
,
new
File
(
outputDir
,
s
".log/${qSettings.runName}.deps.json"
))
WriteDependencies
.
writeDependencies
(
functions
,
new
File
(
outputDir
,
s
".log/${qSettings.runName}.deps.json"
))
Logging
.
checkErrors
()
logger
.
info
(
"Script complete without errors"
)
...
...
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