Skip to content

Commit

Permalink
fixed verbosity flag in vina
Browse files Browse the repository at this point in the history
  • Loading branch information
philbiggin committed Mar 25, 2024
1 parent 267f5a1 commit f4ad405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def runapowaterdock(vinacomd, proteinfile, centerx, centery, centerz):
f1.write('\nsize_y = 15')
f1.write('\nsize_z = 15')
f1.write('\nenergy_range = 100')
f1.write('\nlog = outputlog.txt')
f1.write('\nverbosity = 1')
f1.write('\nout = waterout.pdbqt')
f1.close()

Expand All @@ -61,7 +61,6 @@ def runapowaterdock(vinacomd, proteinfile, centerx, centery, centerz):
os.system(tempcomd)
os.system("grep 'OW' waterout.pdbqt >> allwater.pdbqt")
os.system("grep 'RESULT' waterout.pdbqt >> result.log")
os.remove('outputlog.txt')
os.remove('waterout.pdbqt')

os.remove('vinaconfig.txt')
Expand Down

0 comments on commit f4ad405

Please sign in to comment.