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