cio-abcd / variantinterpretation

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

Add read_depth as separate parameter for TSV conversion. #30

Closed sci-kai closed 9 months ago

sci-kai commented 9 months ago

Very small PR that appends to PR #28. Similarly to the allele fraction I added a parameter for the read_depth to specify this field from the VCF FORMAT column. This enables having the same header name "read_depth" for all downstream processes, as this parameter is important and needed for example for TMB calculation. Also gives the flexibility to change this field if named different, but keeping 'DP" as default. This is simultaneous to the allele_fraction parameter and hence works well with my local tests.