fix to years pheno download
[sgn.git] / lib / CXGN / GenotypeIOmain.pm
blob53490eb31546251e631ec4ebc785c86d868c2de5
2 package CXGN::GenotypeIOmain;
4 use Moose;
6 with 'MooseX::Object::Pluggable';
8 sub init {
9 print STDERR "GenotypeIOmain init CALLED\n";
12 sub next {
13 print STDERR "GenotypeIOmain NEXT CALLED\n";