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
c79918d9
Commit
c79918d9
authored
Nov 23, 2016
by
Sander Bollen
Browse files
XHMM abstract class
parent
85708a4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/xhmm/Xhmm.scala
0 → 100644
View file @
c79918d9
package
nl.lumc.sasc.biopet.extensions.xhmm
import
nl.lumc.sasc.biopet.core.
{
BiopetCommandLineFunction
,
Version
}
/**
* Created by Sander Bollen on 23-11-16.
*
* Generic abstract class for XHMM commands
*/
abstract
class
Xhmm
extends
BiopetCommandLineFunction
with
Version
{
executable
=
config
(
"exe"
,
namespace
=
"xhmm"
,
default
=
"xhmm"
)
def
versionCommand
=
executable
+
"--version"
def
versionRegex
=
"""xhmm (.*)"""
.
r
}
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