wtsi-npg / genotyping

Components of the WTSI genotype analysis pipeline.
5 stars 7 forks source link

Method refactor #318

Closed keithj closed 9 years ago

keithj commented 9 years ago

Changed attribute plink -> plink_path because reader instance methods are not idempotent and we have to create new instances. to work around this.

Changed method compare_calls -> pair_sample_calls.

Added pair_all_calls method.