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
166d97de
Commit
166d97de
authored
Jul 06, 2016
by
Moustakas
Browse files
Improved documentation
parent
226e8f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools/src/main/scala/nl/lumc/sasc/biopet/tools/BedtoolsCoverageToCounts.scala
View file @
166d97de
...
...
@@ -27,10 +27,10 @@ object BedtoolsCoverageToCounts extends ToolCommand {
class
OptParser
extends
AbstractOptParser
{
opt
[
File
](
'I'
,
"input"
)
required
()
valueName
"<file>"
action
{
(
x
,
c
)
=>
c
.
copy
(
input
=
x
)
}
}
text
"Coverage file produced with bedtools"
opt
[
File
](
'o'
,
"output"
)
required
()
unbounded
()
valueName
"<file>"
action
{
(
x
,
c
)
=>
c
.
copy
(
output
=
x
)
}
}
text
"Output file name"
}
/**
...
...
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