Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in concatenation (.) or string in line 1245
    
  2. or download this
    for (my $s=$start_of_barrel_region; $s<=(($start_of_barrel_region+$len
    +gth_of_barrel_region)); $s++)
    {
        my $aa_pos=$s+1;
        print PLP_FILE   "$aa_pos\t".$split_query_for_PLP[$s]."\t".$hash_p
    +lp_lbl_barrel_region_only{$s}."\n";    
    }
    
  3. or download this
    my $aa_pos=$s+1;