Skip to content

Commit

Permalink
hop
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrovicis committed Nov 6, 2019
1 parent dd61900 commit c36bc52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nanome_docking/_DockingCalculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ def _check_conversion(self):

def _start_docking(self):
exe_path = os.path.join(os.path.dirname(__file__), 'smina')

receptor_input_name = os.path.join(os.path.dirname(__file__), '1OYT-receptor.pdb')
ligand_input_name = os.path.join(os.path.dirname(__file__), '1OYT-FSN.pdb')

if self._scoring:
smina_args = [exe_path, '-r', self._receptor_input.name, '-l', self._ligands_input.name, '--autobox_ligand', self._site_input.name, '--score_only', '--out', self._ligand_output.name]
Expand Down

0 comments on commit c36bc52

Please sign in to comment.