Merge pull request #5051 from solgenomics/topic/locus_owner
[sgn.git] / lib / Bio / GeneticRelationships / Population.pm
blobdef2220421645aef2277de12c4ca50216fd9a6e8
2 =head1 NAME
4 Bio::GeneticRelationships::Population - a class to represent parent relationships with populations, such as open pollinated and polycross crosses
6 =head1 AUTHORS
8 Lukas Mueller <lam87@cornell.edu>
9 Guillaume Bauchet <gjb99@cornell.edu>
11 =cut
13 package Bio::GeneticRelationships::Population;
15 use Moose;
17 extends 'Bio::GeneticRelationships::Individual';
19 has 'members' => (
20 isa => 'ArrayRef',
21 is => 'rw',