Help for this page

Select Code to Download


  1. or download this
     while(...){
        @data= split ("\t", $line);  
                                
    ...
             $data{$curr_identifier}= [@result];
         }
    }
    
  2. or download this
      if (!defined $data{$curr_identifier}[2]){
                $output1= "no height for both markers- failed";
     } else {
    ...
     }
     
     print $curr_identifier, $output1 . "\t" . $output1 . "\n";