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
37b9a6d3
Commit
37b9a6d3
authored
Sep 18, 2015
by
Peter van 't Hof
Browse files
Fix protected package
(cherry picked from commit
a715d472
)
parent
5035e251
Changes
1
Hide whitespace changes
Inline
Side-by-side
protected/biopet-protected-package/src/main/scala/nl/lumc/sasc/biopet/BiopetExecutableProtected.scala
View file @
37b9a6d3
...
...
@@ -8,7 +8,7 @@ package nl.lumc.sasc.biopet
import
nl.lumc.sasc.biopet.utils.
{
BiopetExecutable
,
MainCommand
}
object
BiopetExecutableProtected
extends
BiopetExecutable
{
def
pipelines
:
List
[
MainCommand
]
=
BiopetExecutablePublic
.
pipelines
:::
List
(
def
pipelines
:
List
[
MainCommand
]
=
BiopetExecutablePublic
.
p
ublicP
ipelines
:::
List
(
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
gatk
.
Shiva
,
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
gatk
.
ShivaVariantcalling
,
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
gatk
.
Basty
)
...
...
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