Skip to content
Snippets Groups Projects
Commit a9c6e1af authored by Studer Gabriel's avatar Studer Gabriel
Browse files

compare-ligand-structures action: assign filename as structure name

restores old behaviour but as far as I can see, this change has no
consequence at all.
parent 7c221f71
No related branches found
No related tags found
No related merge requests found
......@@ -530,6 +530,9 @@ def _LoadStructureData(receptor_path,
else:
raise RuntimeError("This should never happen")
# assign filename as name to receptor
receptor.SetName(receptor_path)
return (receptor, ligands)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment