Skip to content
GitLab
Menu
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
245b8b8f
Commit
245b8b8f
authored
Feb 26, 2015
by
Peter van 't Hof
Browse files
Added shiva to executable
parent
8af044c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/biopet-public-package/pom.xml
View file @
245b8b8f
...
...
@@ -95,6 +95,11 @@
<artifactId>
Toucan
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Shiva
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
<build>
<plugins>
...
...
public/biopet-public-package/src/main/scala/nl/lumc/sasc/biopet/core/BiopetExecutablePublic.scala
View file @
245b8b8f
...
...
@@ -26,7 +26,8 @@ object BiopetExecutablePublic extends BiopetExecutable {
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
bamtobigwig
.
Bam2Wig
,
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
kopisu
.
ConiferPipeline
,
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
carp
.
Carp
,
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
toucan
.
Toucan
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
toucan
.
Toucan
,
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
shiva
.
Shiva
)
def
tools
:
List
[
MainCommand
]
=
List
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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