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

Limit reporting of events in REF/ALT col to < SVTYPE > (saves space and post-processingpower)

parent 5164aa32
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@ class Pindel(val root: Configurable) extends SvCaller {
/** Default pipeline config */
override def defaults = Map(
"pindelvcf" -> Map(
"rdate" -> new SimpleDateFormat("yyyyMMdd").format(Calendar.getInstance().getTime())
"rdate" -> new SimpleDateFormat("yyyyMMdd").format(Calendar.getInstance().getTime()),
"compact_output_limit" -> 10
))
def biopetScript() {
......
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