bioforensics / MicroHapulator

Tools for empirical microhaplotype calling, forensic interpretation, and simulation.
https://microhapulator.readthedocs.io/
Other
6 stars 1 forks source link

Implement single-end support for `mhpl8r pipe` #147

Closed standage closed 2 years ago

standage commented 2 years ago

I've used MicroHapulator to analyze single-end data from the Ion S5 before. However, this was before the end-to-end mhpl8r pipe command had been implemented. The end-to-end workflow provides numerous convenient and interactive tables and figures, and users with single-end data will no doubt want these features as well.

This PR updates the mhpl8r pipe command and associated code for single-end support. Most notable changes include the following.

Closes #144.