Skip to content
Snippets Groups Projects
Commit 3eee251f authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added dbsnp to config

parent 4818d276
Branches
Tags
No related merge requests found
...@@ -193,6 +193,7 @@ class GenerateIndexes(val root: Configurable) extends QScript with BiopetQScript ...@@ -193,6 +193,7 @@ class GenerateIndexes(val root: Configurable) extends QScript with BiopetQScript
cv.out = new File(annotationDir, "dbsnp.vcf.gz") cv.out = new File(annotationDir, "dbsnp.vcf.gz")
add(cv) add(cv)
outputConfig += "dbsnp" -> cv.out
} }
// Bwa index // Bwa index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment