// models.wrm - main file defining tree class structures
// This file is read only when starting a new database or when you select 
// "Read Models" or "Add Update File" from the main menu.
//
// all tags must appear in tags.wrm or systags.wrm
//
// Comment lines begin with '//'.
// Comment lines such as
// - - - - - - - - - - - - - - - - - - - - - - - - - -
// are used to visually separate individual models,
// to enhance readability.

//===================================================================
// BIRCHDB       March 29, 2017
//
//  !!! Changes in this file will probably require changes in 
//  !!! htmldoc.py.
//
//
//===================================================================

//===================================================================
// The following are visible classes listed in the order in which 
// they appear in options.wrm, and hence, in the ACEDB Main Menu.

        
// - - - - - - - - - - - - - - - - - - - - - - - - - -   
?Package    Description ?Text
            Category ?Category XREF Package
            Documentation ?File
            Program ?Program XREF Package
            Data ?File
            Platform ?Platform XREF Package
	    Installation UNIQUE BIRCH
	                        local

// - - - - - - - - - - - - - - - - - - - - - - - - - -
// It is necessary to add additional characters, such as underscore 
// characters to the birch
// tag in Interface, to avoid a conflict with the BIRCH tag
// in Installation.
// Changes here will need to be mirrored in htmldoc.py's AssignProgram method.
?Program    Description ?Text
            Category ?Category XREF Program
            Interface command Text
                      interactive Text
                      gui Text
		      _birch_ Text
                      birchadmin Text
		      bldna Text
                      blnalign Text
		      blprotein Text
		      blpalign Text
		      bldata Text
		      blmarker Text
		      blnfetch Text
		      blpfetch Text
		      blncbi Text
		      bltable Text
		      bltree Text
            Package ?Package XREF Program
            Documentation ?File
            Data ?File
            Sample_input ?File
            Sample_output ?File
            Platform ?Platform XREF Program
	    Installation UNIQUE BIRCH
	                        local

// - - - - - - - - - - - - - - - - - - - - - - - - - -
?File       Description ?Text
            Pick_me_to_call Text Text

// - - - - - - - - - - - - - - - - - - - - - - - - - -
?Category   Package ?Package XREF Category
            Program ?Program XREF Category

// - - - - - - - - - - - - - - - - - - - - - - - - - -
?Platform   Package ?Package XREF Platform
            Program ?Program XREF Platform


