Help for this page

Select Code to Download


  1. or download this
    foreach my $interval (<INTERVAL>){
           
         my @find_interval = split(/\t/, $interval);
         my $start = $find_interval[1]; 
         my $end = $find_interval[2];