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

Add text to options parser

parent 166d97de
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
/**
......
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