Skip to content

Commit

Permalink
Update generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rolan701 authored Nov 21, 2024
1 parent 5f645eb commit 27b4f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molSimplify/Scripts/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def startgen(argv, flag, gui, inputfile_str=None, write_files=True):
print(('adding ' + str(args.ligadd) + ' to ligand database with name ' +
args.ligname + ' and connection atom(s) ' + str(args.ligcon)))
addtoldb(smimol=args.ligadd, sminame=args.ligname, smident=len(args.ligcon),
smicat=str(args.ligcon).strip('[]'), smigrps="custom", smictg="custom", ffopt=args.ligffopt)
smicat=str(args.ligcon).strip('[]'), smigrps="custom", smictg="custom", ffopt=args.ligffopt, overwrite=args.overwrite)

# normal structure generation or transition state building
else:
Expand Down

0 comments on commit 27b4f0a

Please sign in to comment.