yatisht / usher

Ultrafast Sample Placement on Existing Trees
MIT License
121 stars 40 forks source link

Fix negative parsimony threshold #313

Closed yceh closed 1 year ago

yceh commented 1 year ago

The merger didn't expect the parsimony threshold to be negative (which can happen for user-specified samples) internally and use unsigned int, so I now gate the negative parsimony thresholds in the main function.