Uses of Class
bioroot.BlastMatcher

Packages that use BlastMatcher
bioroot.plasmid   
 

Uses of BlastMatcher in bioroot.plasmid
 

Methods in bioroot.plasmid with parameters of type BlastMatcher
static java.lang.String PlasmidBase.makeOligoConcat(BlastMatcher[] oligos)
          Converts a BlastMatcher[] to a concat of oligo sequences and NNNNNNNNNN spacers.
 

Constructors in bioroot.plasmid with parameters of type BlastMatcher
OligoMatch(BlastMatcher bm)