Skip to content
Snippets Groups Projects
Commit 208e8f46 authored by Cats's avatar Cats
Browse files

add some missing inputs to gridss AnnotateInsertedSequence and add missing \ to bcftools Filter

parent cd64c02f
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ task Filter {
filter \
~{"-i " + include} \
~{"-e " + exclude} \
~{"-s " + softFilter}
~{"-s " + softFilter} \
~{vcf} \
-O z \
-o ~{outputPath}
......
......@@ -91,6 +91,8 @@ task AnnotateInsertedSequence {
File inputVcf
String outputPath = "gridss.annotated.vcf.gz"
File viralReference
File viralReferenceFai
File viralReferenceDict
Int threads = 8
String javaXmx = "8G"
......
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