brentp / bwa-meth

fast and accurate alignment of BS-Seq reads using bwa-mem and a 3-letter genome
https://arxiv.org/abs/1401.1129
MIT License
139 stars 53 forks source link

Adding argument for not penalizing chimeric reads #69

Closed nchernia closed 2 years ago

nchernia commented 2 years ago

This is a feature we requested some time ago that we have now implemented and tested on our own. We have created an assay that combines Hi-C with whole genome bisulfite sequencing. As such, we expect and even prioritize chimeric reads, and do not want to penalize or discard them.

Our preprint (in need of updating) is here: https://www.biorxiv.org/content/10.1101/481283v1.article-info

The ENCODE branch of the Juicer pipeline calls bwameth (look at CPU/juicer.sh for example): https://github.com/aidenlab/juicer/tree/encode

We would prefer for the official ENCODE pipeline this to be using your original repository as opposed to our fork with this small change, so we hope you accept our pull request.

brentp commented 2 years ago

thanks for the PR.