nf-core / sarek

Analysis pipeline to detect germline or somatic variants (pre-processing, variant calling and annotation) from WGS / targeted sequencing
https://nf-co.re/sarek
MIT License
410 stars 417 forks source link

Implemented TMB score calculation #1738

Open bounlu opened 5 days ago

bounlu commented 5 days ago

Implements #495 based on pyTMB.py starting from draft by @FriederikeHanssen

PR checklist

nf-core-bot commented 5 days ago

[!WARNING] Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 2.14.1. Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

FriederikeHanssen commented 5 days ago

Amazing 🌟 Looks like this PR also contains the MSISENSOR changes? @Patricie34 is also implementing variant normalisation over in #1682 , can these efforts be combined/ is that implementation something you can build on?