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
a715d472
Commit
a715d472
authored
Sep 18, 2015
by
Peter van 't Hof
Browse files
Fix protected package
parent
c97f53a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
protected/biopet-protected-package/src/main/scala/nl/lumc/sasc/biopet/BiopetExecutableProtected.scala
View file @
a715d472
...
...
@@ -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