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

Added pipeline to agregation and executable

parent bffd796d
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
<modules>
<module>../biopet-core</module>
<module>../generate-indexes</module>
<module>../biopet-package</module>
<module>../bammetrics</module>
<module>../flexiprep</module>
......
......@@ -44,6 +44,11 @@
<artifactId>BiopetCore</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.lumc.sasc</groupId>
<artifactId>GenerateIndexes</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.lumc.sasc</groupId>
<artifactId>Flexiprep</artifactId>
......
......@@ -35,7 +35,8 @@ object BiopetExecutableMain extends BiopetExecutable {
nl.lumc.sasc.biopet.pipelines.gwastest.GwasTest,
nl.lumc.sasc.biopet.pipelines.shiva.ShivaVariantcalling,
nl.lumc.sasc.biopet.pipelines.basty.Basty,
nl.lumc.sasc.biopet.pipelines.shiva.Shiva
nl.lumc.sasc.biopet.pipelines.shiva.Shiva,
nl.lumc.sasc.biopet.pipelines.GenerateIndexes
)
def tools: List[MainCommand] = BiopetToolsExecutable.tools
......
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