Initial removal of PROPKA input

This commit is contained in:
IAlibay
2020-11-17 23:31:24 +00:00
parent 9dfd87a0eb
commit 239c8183c9
11 changed files with 63 additions and 284 deletions

View File

@@ -78,8 +78,6 @@ def run_propka(options, pdb_path, tmp_path):
molecule = read_molecule_file(str(pdb_path), molecule)
molecule.calculate_pka()
molecule.write_pka()
if args.generate_propka_input:
molecule.write_propka()
finally:
os.chdir(cwd)