Open jollymrt opened 3 years ago
I have a targeted panel for which I want to call variants. Is there way to give a bed file or regions of interest to IMSIndel instead of just a chromosome.
Currently, bed files are not supported. I recommend using samtools view -L target.bed.
samtools view -L target.bed
I have a targeted panel for which I want to call variants. Is there way to give a bed file or regions of interest to IMSIndel instead of just a chromosome.