Skip to content
Snippets Groups Projects
Commit 262ad5ef authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Refactor style

parent ef29ace5
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,10 @@ class PindelConfig(val root: Configurable) extends BiopetJavaCommandLineFunction
var sampleName: String = _
override def cmdLine = super.cmdLine +
"-i" + required(input) +
"-n" + required(sampleName) +
"-s" + required(insertsize) +
"-o" + required(output)
required("-i", input) +
required("-n", sampleName) +
required("-s", insertsize) +
required("-o", output)
}
object PindelConfig extends ToolCommand {
......
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