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
seedlot upload with accession synonyms. seedlot upload works to update existing seedlots
[sgn.git]
/
lib
/
SGN
/
SiteFeatures
/
CrossReference
/
WithSeqFeatures.pm
blob
8a7873db471f1413cabe9b5f730fb562d84d6c30
1
package
SGN
::
SiteFeatures
::
CrossReference
::
WithSeqFeatures
;
2
use
Moose
::
Role
;
3
4
has
'seqfeatures'
=> (
5
is
=>
'ro'
,
6
isa
=>
'ArrayRef'
,
7
predicate
=>
'has_seqfeatures'
,
8
);
9
10
1
;