Delila Program: auxmod

auxmod program

Documentation for the auxmod program is below, with links to related programs in the "see also" section.

{   version = 1.41; (* of delila.p 2004 Sep 8}

(* begin module describe.auxmod *)
(*
name
      auxmod: modules for auxiliary programs

synopsis
      auxmod(hst: in, cmp: in, patt: in, output: out)

files
      hst: a histogram from hist for testing, or empty
      cmp: a composition from comp for testing, or empty
      patt: a pattern matrix from patlrn for testing, or empty
      output: the version of auxmod is printed.  test results are printed.
         successful compilation and running of the program indicates that
         the modules are correct.

description
      auxmod is a collection of modules used only rarely in various
      auxiliary programs.  it includes modules for reading compositions
      (comp.), histograms (hist.), helix lists (findcolon and
      gethelix) and pattern matrices (matrix.).

see also
      delmod.p, module.p, hist.p, comp.p, patlrn.p

author
      gary d. stormo and thomas d. schneider

bugs
      none known

*)
(* end module describe.auxmod *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}