Skip to content
Snippets Groups Projects
Commit 3327c0c8 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Move executable classes out of the core

parent b7ae99c2
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment