Rosetta
Functions
pyrosetta.toolbox.load_ligand Namespace Reference

Functions

def load_from_pubchem (cid, sdffilename="")
 methods for obtaining ligand chemical files and producing params .files More...
 
def sdf2mdl (sdfile, mdlfilename)
 
def molfile2params_quick (mdlfile, name)
 
def params_from_pubchem (cid, name)
 
def add_cid_to_database (cid, name)
 Permanent solution, add the .params to the minirosetta_database of PyRosetta this may not work if you manipulated your path variables. More...
 
def pose_from_pubchem (cid, name, temporary=True)
 returns a pose of the molecule More...
 
def pose_from_params (filename, params_list)
 

Function Documentation

◆ add_cid_to_database()

def pyrosetta.toolbox.load_ligand.add_cid_to_database (   cid,
  name 
)

Permanent solution, add the .params to the minirosetta_database of PyRosetta this may not work if you manipulated your path variables.

References pyrosetta.init(), basic::database.open(), and pyrosetta.toolbox.load_ligand.params_from_pubchem().

Referenced by pyrosetta.toolbox.load_ligand.pose_from_pubchem().

◆ load_from_pubchem()

def pyrosetta.toolbox.load_ligand.load_from_pubchem (   cid,
  sdffilename = "" 
)

methods for obtaining ligand chemical files and producing params .files

References basic::database.open(), print(), and str().

Referenced by pyrosetta.toolbox.load_ligand.params_from_pubchem().

◆ molfile2params_quick()

def pyrosetta.toolbox.load_ligand.molfile2params_quick (   mdlfile,
  name 
)

◆ params_from_pubchem()

def pyrosetta.toolbox.load_ligand.params_from_pubchem (   cid,
  name 
)

◆ pose_from_params()

def pyrosetta.toolbox.load_ligand.pose_from_params (   filename,
  params_list 
)

◆ pose_from_pubchem()

def pyrosetta.toolbox.load_ligand.pose_from_pubchem (   cid,
  name,
  temporary = True 
)

◆ sdf2mdl()

def pyrosetta.toolbox.load_ligand.sdf2mdl (   sdfile,
  mdlfilename 
)