WGS best practices
Opened this issue · 2 comments
yajass commented
Thanks for creating this tool. I'm running paired tumor-normal WGS samples. Using msisensor2 scan
returns ~30 million sites when running with default settings. This seems excessive and msisensor2 msi
takes very long to run. Do you recommend more appropriate parameters for msisensor scan
when using WGS data?
Beifang commented
-b threads number for parallel computing, default=1
You can try this share memory parallel option. ( OpenMP based multi-threads parallel)
bounlu commented
If not compiled with openMP, does -b
have any effect?