|
Rosetta
|
Variables | |
| string | outdir = ".test.output" |
| string | pdb_path = os.path.dirname(os.path.abspath(__file__))+"/data/gui/2j88.pdb" |
| sql = SQLPDB("2J88", "scfv_antibody_renumbered", 1, False, outdir+"/gui_test_pdb_db.db") | |
| pdb_database = PDB_database(outdir+"/gui_test_pdb_db.db") | |
| string test.G203_Module_SQLPDB.outdir = ".test.output" |
Referenced by dock(), main(), process_the_pose(), and report().
| test.G203_Module_SQLPDB.pdb_database = PDB_database(outdir+"/gui_test_pdb_db.db") |
| string test.G203_Module_SQLPDB.pdb_path = os.path.dirname(os.path.abspath(__file__))+"/data/gui/2j88.pdb" |
Referenced by apps::pilot::KicSandbox.KicSandbox(), main(), SamplingManager.SamplingManager(), and SamplingManager.setup().
| test.G203_Module_SQLPDB.sql = SQLPDB("2J88", "scfv_antibody_renumbered", 1, False, outdir+"/gui_test_pdb_db.db") |
Referenced by basic::database.check_statement_sanity().