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

Fix output path for pindel (pindel outputs to certain dir with prefix_)

parent 216b8df6
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,9 @@ class PindelCaller(val root: Configurable) extends BiopetCommandLineFunction wit
}
}
// modify `output_prefix` to include samplename
output_prefix = new File(output_prefix + File.separator, "sample" )
// set the output file
output_file = new File(output_prefix, "_D")
}
......
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