GooglingTheCancerGenome / sv-callers

Snakemake-based workflow for detecting structural variants in genomic data
https://research-software.nl/software/sv-callers
Apache License 2.0
77 stars 35 forks source link

Incorrect sample wildcard(s) returned in survivor rules #72

Closed arnikz closed 2 years ago

arnikz commented 2 years ago

The conditionals always yield to (single) "{sample}" wildcard:

https://github.com/GooglingTheCancerGenome/sv-callers/blob/c45ba25ec64db073fc343f722d8434604aff6976/workflow/rules/survivor.smk#L4 https://github.com/GooglingTheCancerGenome/sv-callers/blob/c45ba25ec64db073fc343f722d8434604aff6976/workflow/rules/survivor.smk#L10 https://github.com/GooglingTheCancerGenome/sv-callers/blob/c45ba25ec64db073fc343f722d8434604aff6976/workflow/rules/survivor.smk#L43 https://github.com/GooglingTheCancerGenome/sv-callers/blob/c45ba25ec64db073fc343f722d8434604aff6976/workflow/rules/survivor.smk#L51

However, the resulting SV callsets are not affected.