repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #3692 from solgenomics/topic/search_marker_matview_pos
[sgn.git]
/
lib
/
CXGN
/
GenotypeIOmain.pm
blob
53490eb31546251e631ec4ebc785c86d868c2de5
1
2
package
CXGN
::
GenotypeIOmain
;
3
4
use
Moose
;
5
6
with
'MooseX::Object::Pluggable'
;
7
8
sub
init
{
9
print
STDERR
"GenotypeIOmain init CALLED
\n
"
;
10
}
11
12
sub next
{
13
print
STDERR
"GenotypeIOmain NEXT CALLED
\n
"
;
14
}
15
16
17
1
;