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

Remove pindel from the list of default callers

parent 262ad5ef
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class ShivaSvCalling(val root: Configurable) extends QScript with SummaryQScript
}
/** Variantcallers requested by the config */
protected val configCallers: Set[String] = config("sv_callers", default = Set("breakdancer", "clever", "delly", "pindel"))
protected val configCallers: Set[String] = config("sv_callers", default = Set("breakdancer", "clever", "delly"))
/** This will add jobs for this pipeline */
def biopetScript(): Unit = {
......
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