Help for this page

Select Code to Download


  1. or download this
    sub consensus {
      ... # code from before, until:
    ...
    
      return \@cons;
    }
    
  2. or download this
    sub consensus_to_string {
      my $con = shift;
    ...
    
      return $str;
    }