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
88d47fcf
Commit
88d47fcf
authored
Nov 29, 2015
by
Peter van 't Hof
Browse files
Style fix
parent
73e27f7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/samtools/Samtools.scala
View file @
88d47fcf
...
...
@@ -20,7 +20,7 @@ import nl.lumc.sasc.biopet.core.{ Version, BiopetCommandLineFunction }
/** General class for samtools extensions */
abstract
class
Samtools
extends
BiopetCommandLineFunction
with
Version
{
override
def
subPath
=
"samtools"
::
super
.
subPath
executable
=
config
(
"exe"
,
default
=
"samtools"
,
submodule
=
"samtools"
,
freeVar
=
false
)
executable
=
config
(
"exe"
,
default
=
"samtools"
,
submodule
=
"samtools"
,
freeVar
=
false
)
def
versionCommand
=
executable
def
versionRegex
=
"""Version: (.*)"""
.
r
override
def
versionExitcode
=
List
(
0
,
1
)
...
...
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