Skip to content

Commit

Permalink
Merge pull request #531 from xchem/m2ms-1327-ref-mols
Browse files Browse the repository at this point in the history
cset_upload.py: lhs_pdb renamed to ref_pdb (issue 1327)
  • Loading branch information
Waztom authored Feb 16, 2024
2 parents 417126f + ef6d56a commit 363b0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/cset_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def set_mol(
# Try to get the LHS SiteObservation,
# This will be used to set the ComputedMolecule.site_observation_code.
# This may fail.
lhs_property = 'lhs_pdb'
lhs_property = 'ref_pdb'
lhs_so = self.get_site_observation(
lhs_property,
mol,
Expand Down

0 comments on commit 363b0e2

Please sign in to comment.