- or download this
The sequence is:[% bio_seq.seq %]
- or download this
sub bioseq :Global {
my ( $self, $c ) = @_;
...
# ... a lot of stuff, finally this:
$c->{stash}{bio_seq} = $bio_seq_obj;
}
- or download this
__PACKAGE__->config(
# some config ...
...
sub colorised_seq_features {
return 'testing, testing, 1,2';
}
- or download this
The sequence is: [% colorised_seq_features(bio_seq) %]