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
a0f8cf87
Commit
a0f8cf87
authored
Sep 01, 2014
by
Peter van 't Hof
Browse files
Fix on version regex
parent
d03b2081
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/aligners/Bowtie.scala
View file @
a0f8cf87
...
...
@@ -19,7 +19,7 @@ class Bowtie(val root: Configurable) extends BiopetCommandLineFunction {
var
output
:
File
=
_
executable
=
config
(
"exe"
,
default
=
"bowtie"
,
freeVar
=
false
)
override
val
versionRegex
=
"""
V
ersion: (.*)"""
.
r
override
val
versionRegex
=
"""
.*[Vv]
ersion:
?
(.*)"""
.
r
override
val
versionExitcode
=
List
(
0
,
1
)
override
def
versionCommand
=
executable
+
" --version"
...
...
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