Rosetta
Variables
test.G203_Module_SQLPDB Namespace Reference

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")
 

Variable Documentation

◆ outdir

string test.G203_Module_SQLPDB.outdir = ".test.output"

Referenced by dock(), main(), process_the_pose(), and report().

◆ pdb_database

test.G203_Module_SQLPDB.pdb_database = PDB_database(outdir+"/gui_test_pdb_db.db")

◆ pdb_path

string test.G203_Module_SQLPDB.pdb_path = os.path.dirname(os.path.abspath(__file__))+"/data/gui/2j88.pdb"

◆ sql

test.G203_Module_SQLPDB.sql = SQLPDB("2J88", "scfv_antibody_renumbered", 1, False, outdir+"/gui_test_pdb_db.db")