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
2d4ea4b7
Commit
2d4ea4b7
authored
Jul 27, 2015
by
Peter van 't Hof
Browse files
Adding sv jobs
parent
e21b49e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/shiva/src/main/scala/nl/lumc/sasc/biopet/pipelines/shiva/ShivaTrait.scala
View file @
2d4ea4b7
...
...
@@ -290,6 +290,14 @@ trait ShivaTrait extends MultiSampleQScript with SummaryQScript with Reference {
addAll
(
vc
.
functions
)
addSummaryQScript
(
vc
)
})
svCalling
.
foreach
(
sv
=>
{
sv
.
outputDir
=
new
File
(
outputDir
,
"sc_calling"
)
sv
.
init
()
sv
.
biopetScript
()
addAll
(
sv
.
functions
)
addSummaryQScript
(
sv
)
})
}
/** Location of summary file */
...
...
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