Skip to content
Snippets Groups Projects
Commit 1bf7725d authored by Cats's avatar Cats
Browse files

add bcf index input for delly somatic filter

parent ee0b1376
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ task CallSV {
task SomaticFilter {
input {
File dellyBcf
File dellyBcfIndex
Array[String]+ normalSamples
Array[String]+ tumorSamples
String outputPath = "./delly/delly_filter.bcf"
......
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