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
3327c0c8
Commit
3327c0c8
authored
Sep 10, 2015
by
Peter van 't Hof
Browse files
Move executable classes out of the core
parent
b7ae99c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
protected/biopet-protected-package/src/main/scala/nl/lumc/sasc/biopet/
core/
BiopetExecutableProtected.scala
→
protected/biopet-protected-package/src/main/scala/nl/lumc/sasc/biopet/BiopetExecutableProtected.scala
View file @
3327c0c8
...
...
@@ -3,7 +3,9 @@
* LUMC. Please refer to https://git.lumc.nl/biopet/biopet/wikis/home for instructions
* on how to use this protected part of biopet or contact us at sasc@lumc.nl
*/
package
nl.lumc.sasc.biopet.core
package
nl.lumc.sasc.biopet
import
nl.lumc.sasc.biopet.core.
{
BiopetExecutable
,
MainCommand
}
object
BiopetExecutableProtected
extends
BiopetExecutable
{
def
pipelines
:
List
[
MainCommand
]
=
BiopetExecutablePublic
.
pipelines
:::
List
(
...
...
public/biopet-public-package/src/main/scala/nl/lumc/sasc/biopet/
core/
BiopetExecutablePublic.scala
→
public/biopet-public-package/src/main/scala/nl/lumc/sasc/biopet/BiopetExecutablePublic.scala
View file @
3327c0c8
...
...
@@ -13,7 +13,9 @@
* license; For commercial users or users who do not want to follow the AGPL
* license, please contact us to obtain a separate license.
*/
package
nl.lumc.sasc.biopet.core
package
nl.lumc.sasc.biopet
import
nl.lumc.sasc.biopet.core.
{
BiopetExecutable
,
MainCommand
}
object
BiopetExecutablePublic
extends
BiopetExecutable
{
def
publicPipelines
:
List
[
MainCommand
]
=
List
(
...
...
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