Skip to content

Commit 7760f6e

Browse files
authored
adjust naming
1 parent 3fe1c51 commit 7760f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmmdl/openmmdl_setup/openmmdlsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ def _xml_script_segment(to_serialize, target_file):
15681568
script.append("\n# Minimize and Equilibrate\n")
15691569
if fileType == "pdb":
15701570
script.append("""
1571-
equil_output = f"Equilibration_{protein}.pdb"
1571+
equil_output = f"Equilibration_{os.path.splitext(os.path.basename(protein))[0]}.pdb"
15721572
""")
15731573
elif fileType == "amber":
15741574
script.append("""

0 commit comments

Comments
 (0)