salilab / pmi

Python Modeling Interface
https://integrativemodeling.org/nightly/doc/ref/namespaceIMP_1_1pmi.html
11 stars 11 forks source link

Warn when creating a molecule with name ending in .(some number) #256

Closed benmwebb closed 3 years ago

benmwebb commented 3 years ago

Have create_molecule warn if the user tries to make a molecule called, e.g. "ProteinA.3" that the ".3" isn't the copy number and that to select it "ProteinA.3.0" would be required. See also salilab/imp-sampcon#14.