szhan / tsimpute

Genome-wide genotype imputation using tree sequences.
MIT License
0 stars 0 forks source link

Make `is_valid` in `SamplePath` a class attribute #127

Closed szhan closed 1 year ago

szhan commented 1 year ago

In the initial implementation, 'is_valid' is a class function. Turn is_valid into a boolean attribute that is assigned right after initialistion.

szhan commented 1 year ago

Follow post-init processing.