From: <ki...@us...> - 2003-03-07 20:27:04
|
Update of /cvsroot/pymerase/Docs/running_pymerase In directory sc8-pr-cvs1:/tmp/cvs-serv25850 Modified Files: Run_Pymerase.tex Log Message: updated coloring, and formatting. Index: Run_Pymerase.tex =================================================================== RCS file: /cvsroot/pymerase/Docs/running_pymerase/Run_Pymerase.tex,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Run_Pymerase.tex 7 Mar 2003 02:52:56 -0000 1.1 --- Run_Pymerase.tex 7 Mar 2003 20:14:32 -0000 1.2 *************** *** 23,28 **** \title{\color{blue} Pymerase Docs - Running Pymerase} \author{Brandon King\\Copyright \copyright California Institute of Technology} ! \date{Version 0.1.1\\\today} \maketitle \end{titlepage} --- 23,29 ---- \title{\color{blue} Pymerase Docs - Running Pymerase} \author{Brandon King\\Copyright \copyright California Institute of Technology} ! \date{Version 0.1.2\\\today} \maketitle + \thispagestyle{empty} \end{titlepage} *************** *** 96,101 **** \\ ------------Driver Program Template-----------\\ ! \#!/usr/bin/env python import sys\\ import os --- 97,104 ---- \\ ------------Driver Program Template-----------\\ ! \color{red} ! \#!/usr/bin/env python + \color{black} import sys\\ import os *************** *** 104,123 **** \begin{tabbing} ! \#In\=put module to use (parseGenexSchemaXML.py would be\\ ! \# \> pymerase.input.parseGenexSchemaXML)\\ import pymerase.input.\em nameOfInputModule \\ \\ \#Output module to use (CreateDBAPI.py would\\ ! \# \> be pymerase.output.CreateDBAPI)\\ import pymerase.output.\em nameOfOutputModule \\ \\ if \_\_name\_\_ == '\_\_main\_\_':\\ ! \>\#Path to schema\\ \>schema = os.path.abspath('../path2schema/schema') \\ \\ ! \>\#Output Path\\ \>outputPath = os.path.abspath('./outputPath')\\ \\ ! \>\#Run pymerase\\ \>pymerase.run(\=schema,\\ \> \>pymerase.input.\em nameOfInputModule,\\ --- 107,135 ---- \begin{tabbing} ! \color{red} ! \#In\=\color{red}put module to use (parseGenexSchemaXML.py would be\\ ! \color{red} ! \# \> \color{red} pymerase.input.parseGenexSchemaXML)\\ ! \color{black} import pymerase.input.\em nameOfInputModule \\ \\ + \color{red} \#Output module to use (CreateDBAPI.py would\\ ! \color{red}\# \> \color{red} be pymerase.output.CreateDBAPI)\\ ! \color{black} import pymerase.output.\em nameOfOutputModule \\ \\ if \_\_name\_\_ == '\_\_main\_\_':\\ ! \> \color{red} \#Path to schema\\ ! \color{black} \>schema = os.path.abspath('../path2schema/schema') \\ \\ ! \> \color{red} \#Output Path\\ ! \color{black} \>outputPath = os.path.abspath('./outputPath')\\ \\ ! ! \> \color{red} \#Run pymerase\\ ! \color{black} \>pymerase.run(\=schema,\\ \> \>pymerase.input.\em nameOfInputModule,\\ |