LarsNauheimer / HybPhaser

Workflow to detect and phase hybrids in target capture data
GNU General Public License v3.0
16 stars 5 forks source link

Add BBMap option for consensus generation #12

Closed bmichanderson closed 1 year ago

bmichanderson commented 1 year ago

I've added a rough implementation of BBMap for the mapping step in consensus generation. The default is still to use BWA as before, but for those who want to control the stringency of mapping, BBMap allows a minid parameter that is default 0.95 in my implementation (but can be changed by passing a -m option). I've also cleaned up the formatting and a few minor typos.