Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biopet.biopet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Mirrors
biopet.biopet
Commits
c7aa907d
Commit
c7aa907d
authored
Dec 10, 2016
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added to executable
parent
96367c05
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
biopet-package/src/main/scala/nl/lumc/sasc/biopet/BiopetExecutableMain.scala
...main/scala/nl/lumc/sasc/biopet/BiopetExecutableMain.scala
+2
-1
No files found.
biopet-package/src/main/scala/nl/lumc/sasc/biopet/BiopetExecutableMain.scala
View file @
c7aa907d
...
...
@@ -14,6 +14,7 @@
*/
package
nl.lumc.sasc.biopet
import
nl.lumc.sasc.biopet.core.PipelineStatus
import
nl.lumc.sasc.biopet.utils.
{
BiopetExecutable
,
MainCommand
}
object
BiopetExecutableMain
extends
BiopetExecutable
{
...
...
@@ -41,5 +42,5 @@ object BiopetExecutableMain extends BiopetExecutable {
nl
.
lumc
.
sasc
.
biopet
.
pipelines
.
generateindexes
.
GenerateIndexes
)
def
tools
:
List
[
MainCommand
]
=
BiopetToolsExecutable
.
tools
def
tools
:
List
[
MainCommand
]
=
PipelineStatus
::
BiopetToolsExecutable
.
tools
}
Write
Preview
Markdown
is supported
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