Kurt-Hetrick / CIDR_SOMATIC_WES_PIPELINES

currently for paired tumor - normal WES samples processed with TWIST UMIs
MIT License
1 stars 0 forks source link

reference sort bed files #23

Open Kurt-Hetrick opened 1 year ago

Kurt-Hetrick commented 1 year ago

mutect2 is very stringent about sorting and will crash when intersecting a chromosome with a bed file. even if there is nothing that would let you know that. so will have to add reference sorting (and possibly removing the chrM, MT from the bed file) when doing a scatter gather of Mutect2 along with all of the other standard dynamic fixing of bed files...it's always something. It's possible that you can get around this by making picard interval bed file and using that instead, so I might try that since that is made and pass that through when I make an actual pipeline.