Skip to content
Snippets Groups Projects
Commit 41e0a2ac authored by Sander Bollen's avatar Sander Bollen
Browse files

More message fixes

parent bdd80767
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,10 @@ object FindRepeatsPacBio extends ToolCommand {
class OptParser extends AbstractOptParser {
opt[File]('I', "inputBam") required () maxOccurs 1 valueName "<file>" action { (x, c) =>
c.copy(inputBam = x)
}
} text "Path to input file"
opt[File]('b', "inputBed") required () maxOccurs 1 valueName "<file>" action { (x, c) =>
c.copy(inputBed = x)
} text "output file, default to stdout"
} text "Path to bed file"
}
/**
......
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