Skip to content

Commit

Permalink
[bugfix] receptor processor option
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong-Rui Lin committed Apr 16, 2024
1 parent 378ef40 commit 62eb726
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
class ReceptorPreprocessorRunner(object):
def __init__(self,
protein_pdb_file_name,
protein_conf_name='protein_conf_0',
kept_ligand_resname_list=None,
prepared_hydrogen=True,
preserve_original_resname=True,
Expand All @@ -21,7 +20,6 @@ def __init__(self,
working_dir_name='.'):

self.protein_pdb_file_name = protein_pdb_file_name
self.protein_conf_name = protein_conf_name
self.kept_ligand_resname_list = kept_ligand_resname_list
self.prepared_hydrogen = prepared_hydrogen
self.preserve_original_resname = preserve_original_resname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def generate_docking_grids(self):
self.__prepare_protein_pdb_file__(self.protein_pdb_file_name, protein_output_pdb_file_name)

protein_pdbqt_writer = ProteinPDBQTWriter(protein_output_pdb_file_name,
#atom_type_template='amber',
working_dir_name=self.working_dir_name)

protein_pdbqt_writer.write_protein_pdbqt_file()
Expand Down

0 comments on commit 62eb726

Please sign in to comment.