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
c872ae76
Commit
c872ae76
authored
Jul 06, 2016
by
Moustakas
Browse files
Add text to options parser
parent
166d97de
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools/src/main/scala/nl/lumc/sasc/biopet/tools/BiopetFlagstat.scala
View file @
c872ae76
...
...
@@ -41,7 +41,7 @@ object BiopetFlagstat extends ToolCommand {
}
text
"summary output file"
opt
[
String
](
'r'
,
"region"
)
valueName
"<chr:start-stop>"
action
{
(
x
,
c
)
=>
c
.
copy
(
region
=
Some
(
x
))
}
}
text
"Region to calculate the statistics on"
}
/**
...
...
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