Help for this page

Select Code to Download


  1. or download this
    # All "R" data files
    my @data_r = glob "*R.fa";
    # All "P" data files
    my @data_p = glob "*P.fa";
    
  2. or download this
    my @base_data = map substr($_, 0, length($_) - 4), @data_r;