Delila Program: dblo

dblo program

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

{version = 1.11; (* of dblo.p 1998 July 16}

(* begin module describe.dblo *)
(*
name
      dblo: look at the catalogue of a genbank/embl database

synopsis
      dblo(cat: in, list: out, output: out)

files
      cat: a catalogue from program dbcat
      list: a listing in tabular form of the catalogue
      output: messages to the user

description
      the program dbcat creates a machine readable catalogue of the
      locations of entries in a genbank /embl database.  one cannot
      read this directly because it is a compressed internal format
      of the computer.  (that is, it is a file of records.)  to
      read the file, one must convert it into normal characters, which
      is what dblo does.

author
      thomas schneider

see also
      dbcat.p, dbpull.p, loocat.p, delila.p

bugs
      none known

*)
(* end module describe.dblo *)
This manual page was created by makman 1.45


{created by htmlink 1.62}