Help for this page

Select Code to Download


  1. or download this
    for (sort { $b <=> $a } @array_of_loci)
    
  2. or download this
    for (sort { $a <=> $b } @array_of_loci)