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
5ecbd595
Commit
5ecbd595
authored
Oct 24, 2016
by
Peter van 't Hof
Browse files
Added text to args
parent
50d678ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools/src/main/scala/nl/lumc/sasc/biopet/tools/FindOverlapMatch.scala
View file @
5ecbd595
...
...
@@ -37,10 +37,10 @@ object FindOverlapMatch extends ToolCommand {
}
text
"Do not compare samples with the same name"
opt
[
String
](
"rowSampleRegex"
)
unbounded
()
valueName
"<regex>"
action
{
(
x
,
c
)
=>
c
.
copy
(
rowSampleRegex
=
Some
(
x
.
r
))
}
}
text
"Samples in the row should match this regex"
opt
[
String
](
"columnSampleRegex"
)
unbounded
()
valueName
"<regex>"
action
{
(
x
,
c
)
=>
c
.
copy
(
columnSampleRegex
=
Some
(
x
.
r
))
}
}
text
"Samples in the column should match this regex"
}
/**
...
...
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