Help for this page

Select Code to Download


  1. or download this
    ############# Begin WEED subroutine ##############      
          
    ...
     }
    
    ############# End WEED subroutine ################
    
  2. or download this
              for my $hit (@{$matches{$fasta_id}{$sitekey}}) {
                next unless ($hit >= $lowerlimit);
                last unless ($hit <= $upperlimit);
    
  3. or download this
    sub WEED {
    
    ...
     return %sets;
     #closes subroutine
     }