Results for "exact"

Bio-Scripts

  • Clump Finding Problem Solved with Perl

    ...my $name (keys %myHash){ print "$name " if $myHash{$name} == $clump; } kmerMatch ($string, $subStr, $kmer); sub kmerMatch { #Check the exact matching kmers with sliding w...

    2349 days ago

  • Perl script to merge LastZ overlaps

    #!/usr/bin/perl use strict; use warnings; use 5.010; # Filter out the exact/direct overlaps from tab seperated alignment file. (lastz format=general- ready) # Do not inclide header in lastz outfile # USAGE: perl filterOverlaps.pl infile > outfile open my $fh, '

    2140 days ago