Help for this page

Select Code to Download


  1. or download this
    if($sequence[1] =~ m/^(.*)$reg(.*)$/i){
              $aligned[$posCount][0] = $1;
              $aligned[$posCount][1] = $2;
              $aligned[$posCount][2] = $3;
    }
    
  2. or download this
    if($sequence[1] =~ m/^(.*)$reg(.*)$/i){
             for(my $x = 0; $x < $numInsertionDeletes; $x++){
                   $aligned[$posCount][$x] = ????????;
             }
          }