Need to add to Modware::Feature::GENERIC::
sub _get_cached_sequences{ my ($self, @args) = @_;
my $seqs = {}; $seqs->{'default'} = $self->bioperl()->seq()->seq();
$self->cached_sequences( $seqs );
}
Log in to post a comment.