You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArthurDondi edited this page Jan 23, 2025
·
1 revision
Computational Bottlenecks
Somatic variants detection
The main computational bottleneck (time-wise) in workflow/rules/SNVCalling.smk is the rule BaseCellCounter. If you cannot use more threads (or do not have access to an HPC), please consider splitting the input BAM file per chromosome, and run LongSom on each chromosome.