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
7fe6e999
Commit
7fe6e999
authored
May 04, 2016
by
Peter van 't Hof
Browse files
Change name of main object
parent
6f001daf
Changes
2
Hide whitespace changes
Inline
Side-by-side
biopet-package/pom.xml
View file @
7fe6e999
...
...
@@ -35,7 +35,7 @@
<properties>
<sting.shade.phase>
package
</sting.shade.phase>
<app.main.class>
nl.lumc.sasc.biopet.BiopetExecutable
Public
</app.main.class>
<app.main.class>
nl.lumc.sasc.biopet.BiopetExecutable
Main
</app.main.class>
</properties>
<dependencies>
...
...
biopet-package/src/main/scala/nl/lumc/sasc/biopet/BiopetExecutable
Public
.scala
→
biopet-package/src/main/scala/nl/lumc/sasc/biopet/BiopetExecutable
Main
.scala
View file @
7fe6e999
...
...
@@ -17,7 +17,7 @@ package nl.lumc.sasc.biopet
import
nl.lumc.sasc.biopet.utils.
{
BiopetExecutable
,
MainCommand
}
object
BiopetExecutable
Public
extends
BiopetExecutable
{
object
BiopetExecutable
Main
extends
BiopetExecutable
{
def
pipelines
:
List
[
MainCommand
]
=
List
(
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
flexiprep
.
Flexiprep
,
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
mapping
.
Mapping
,
...
...
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