zzhang526/MosaicHunter

Running MosaicHunter on a specific genomic interval

Opened this issue · 1 comments

Hi,

I am currently working a Snakemake workflow that involves running MosaicHunter in a parallelized fashion. My idea is to divide the entire genome into a specific number of .bed interval files, run MosaicHunter on each of the interval and then combine the final results (the final.passed.tsv on each interval) together in the end. Therefore I am wondering if there is an option MosaicHunter that allows it to run only a specific genomic interval. Thank you for your help.

Best,
Jiawei