flat2tree
index
/home/u11/umhameld/workspace/birchscripts/flat2tree.py

January 4, 2006, Dr. Brian Fristensky, University of Manitoba
 
 Description: Convert a GDE flat file to a file of trees."
 
 Synopsis: flat2tree.py infile outfile"
 
 Files: infile      GDE flat file, containing one tree per line
 
       outfile     file of trees
 
@modified: May 26 2010
@author: Dale Hamel
@contact: umhameld@cc.umanitoba.ca

 
Modules
       
os
sys

 
Classes
       
Parameters

 
class Parameters
     Methods defined here:
__init__(self)
Initializes arguments:
        IFN=""
        OFN=""
Then calls read_args() to fill in their values from command line
read_args(self)
Reads command line arguments into a Paramter object

 
Functions
       
get_trees(FN)
Read in old and new strings, striping 
leading and trailing whitespace, including
newline characters.
main()
Called when not in documentation mode.
writetreefile(P, FN, trees)
Write one tree per line

 
Data
        BM = <birchlib.Birchmod instance>
PROGRAM = 'flat2tree.py: '
USAGE = '\n\t USAGE: flat2tree.py infile outfile'
blib = '/home/u11/umhameld/public_html/local/pylib/'