cbg-ethz / PredictHaplo

This software aims at reconstructing haplotypes from next-generation sequencing data.
GNU General Public License v3.0
5 stars 0 forks source link

Reconstruction start/stop flags not considered #21

Open m-8k opened 2 years ago

m-8k commented 2 years ago

Currently, the application provides two flags to control the range of reconstruction. However, these flags are only considered if count > 10, and this variable count is always equal to 0.

https://github.com/cbg-ethz/PredictHaplo/blob/359e5eed75bf509e690979468bf0fda25eb15a24/PredictHaplo_externAlign.cpp#L2919