cio-abcd / variantinterpretation

Collaborative Interpretation-Pipeline workflow based on nf-core pipeline structure
MIT License
7 stars 1 forks source link

Support for multi-sample VCF files #35

Open sci-kai opened 6 months ago

sci-kai commented 6 months ago

Description of feature

Currently the workflow only supports handling one-sample VCF files. Multi-sample VCF files are frequently produced e.g. in tumor-normal callsets and therefore a common input for the workflow. The workflow should not split these VCF files into one-sample VCF files and run the workflow, since information from multiple samples are usually beneficial for interpreting the variants. For example, a variant within the tumor sample can also be a germline mutation, if the allele frequency in the normal sample is also high. Hence, the multiple samples should be summarized within the same report.

The following changes and implementation would be necessary: