Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
           map { $common_letters[ $_ ] || '-' }
           0 .. length( $reference ) - 1;
    }
    
  2. or download this
    pat_mc : -oo----
    almut  : -oo----
    Can't use an undefined value as an ARRAY reference at ./spw731537C lin
    +e 48.
    
  3. or download this
    ...
    sub pat_mc {
    ...
           map { $common_letters[ $_ ] || '-' }
           0 .. length( $reference ) - 1;
    }
    
  4. or download this
    pat_mc : -oo----
    almut  : -oo----
    pat_mc : -oo----
    almut  : -oo----
    
  5. or download this
    almut  : -oo----
    johngg : -oo----
    ...
    johngg  256/s    15%     --   -89%   -97%
    pat_mc 2416/s   984%   843%     --   -75%
    almut  9772/s  4284%  3714%   304%     --
    
  6. or download this
    ...
    sub pat_mc {
    ...
           map { $common_letters[ $_ ] || '-' }
           0 .. length( $reference ) - 1;
    }
    
  7. or download this
    pat_mc : -oo----
    almut  : -oo----
    pat_mc : -oo----
    almut  : -oo----