Skip to content
Snippets Groups Projects
Commit 166d97de authored by Moustakas's avatar Moustakas
Browse files

Improved documentation

parent 226e8f1e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment