Help for this page

Select Code to Download


  1. or download this
         if ($B1=~ m/^*/ | $B2=~ m/^*/) {
           my $type;
    ...
         } else {
           $type eq "I";
         }
    
  2. or download this
    my $SNP_FILE="SNP.test.out"; # Will be $out in future, just hardcoded 
    +to SNP.report for testing now.
    
    ...
     }
    close (LINES);