Skip to content
Snippets Groups Projects
Commit f3f51a97 authored by paradoxe-tech's avatar paradoxe-tech
Browse files

fixed param switch on l6

parent 07a8daa4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from .featurize import densify, featurize
from pocketgen.utils.protein_ligand import PDBProtein, parse_sdf_file
from pocketgen.utils.data import torchify_dict
def interaction(ligand_path: str, receptor_path: str) -> torch.Tensor:
def interaction(receptor_path:str, ligand_path:str) -> torch.Tensor:
"""
Convert PDB and SDF files into a set of protein-ligand interaction features.
@param ligand_path (str): path to the ligand SDF file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment