Help for this page

Select Code to Download


  1. or download this
    sub consensus {
       # Picks an arbitrary result from
    ...
          );
       }
    }
    
  2. or download this
       my $consensus = '';
    
    ...
    
       print("SEQ: $seq\n");
       print("LBL: $consensus\n");