Help for this page

Select Code to Download


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