Skip to main content

The Continuous Symmetry Measure

Project description

# CSM #

# About The CSM program calculates continuous symmetry and chirality measures of molecules with respect to a given point group G. Molecular coordinates can be provided in either xyz, sdf, mol or pdb format. An online calculator is available at: [https://csm.ouproj.org.il](https://csm.ouproj.org.il).

## Features

  • The codes cover the following point groups: Cs, Ci, Cn (n>=2), Sn (n= 2,4,6,…).

  • Input structures can be in the form of a single molecule, concatenated file with multiple structures and a directory of molecules.

  • When connectivity data is missing, OpenBabel is used to deduce it.

### Available commands * comfile - Provide a command file for running calculations * read - Read a molecule file into a json in CSM format * write - Output the results of the calculation to a file. Must be used with piped input * exact - Perform an exact CSM calculation for small-to-medium size molecules in xyz, mols, sdf and pdb file format. * approx - Approximate the CSM value. Relevant for protein homomers in pdb file format. Partially tested for large molecules as well. * trivial - Use the unit permutation to calculate the CSM for molecules and protein homomers.

# Citations

Please cite the CSM using the following:

### Exact algorithm:

> Alon G. and Tuvi-Arad I., “Improved algorithms for symmetry analysis: Structure preserving permutations”, J. Math. Chem., 56(1), 193-212 (2018).

### Approx algorithm:

> Tuvi-Arad I. and Alon G., “Improved Algorithms for Quantifying the Near Symmetry of Proteins: Complete Side Chains Analysis”, Journal of Cheminformatics, 11(1): 39 (2019).

> Dryzun C., Zait A. and Avnir D., “Quantitative Symmetry and Chirality - A Fast Computational Algorithm for Large Structures: Proteins, Macromolecules, Nanotubes, and Unit Cells”, J. Comput. Chem., 32, 2526-2538 (2011).

### Original Code by Avnir and coworkers:

> Pinsky M., Dryzun C., Casanova D., Alemany P., Avnir D., “Analytical Methods for Calculating Continuous Symmetry Measures and the Chirality Measure”, Journal of Computational Chemistry 29(16): 2712-2721 (2008).

> Zabrodsky, H.; Avnir, D. Continuous symmetry measures .4. Chirality. J. Am. Chem. Soc. 117: 462-473 (1995).

> Zabrodsky H., Peleg S., Avnir D., “Continuous symmetry measures”, Journal of the American Chemical Society 114(20): 7843-7851 (1992).

## Usage

Input data requires a molecular geometry file and a choice of a point group After installation, the program can be called from the command line. For example, to calculate the measure with respect to the C2 point group one should type:

csm exact c2 – input input_mol.sdf –output output_dir –keep-structure

For a list of all available options type csm –help

In addition to the possibility of using CSM from the command line, CSM can be accessed programmatically through its API. Details are in the file API.md (including examples).

## Installation

CSM can be installed on Windows and Linux machines.

### Build Instructions: Windows

Install [OpenBabel 3.1.1](https://github.com/openbabel/openbabel/releases/tag/openbabel-3-1-1) Test open babel with the command: obabel -H , if it doesn’t work, try to restart your computer.

From within the python folder, run: pip install -r requirements.txt

Run the build cython commands: pythoncsmCPP_wrapper> python .setup.py build pythoncython-munkres> .rebuild.bat

<!– ### Build Instructions: Linux –>

<!– Because installing openbabel correctly is a delicate and bug-prone process, an alternative method of installing CSM is available using Conda, and is described in the file conda_install_instructions.txt –>

## Credits

Science/Math:

Prof. Inbal Tuvi-Arad, Department of Natural Sciences, The Open University of Israel

Dr. Gil Alon, Department of Mathematics and Computer Science, The Open University of Israel

Prof. David Avnir, Institute of Chemistry, The Hebrew University of Jerusalem

Programming:

The Research Software Company (researchsoftware.co.il)

Testing, scripts and additional technical support:

Sagiv Barhoom,The Open University of Israel

Intensive testing:

Yaffa Shalit, The Open University of Israel

The code for the hungarian algorithm is copyright (c) 2012, Jacob Frelinger

## Contact

For questions about the code, feature requests, and bug reports, feel free to use the CoSyM website users group at: https://groups.google.com/g/csm-openu.

## License ## This project is provided under the 3-clause BSD license :

Copyright (C) 2018 , Prof. Inbal Tuvi-Arad (Department of Natural Sciences, The Open University of Israel), Dr. Gil Alon (Department of Mathematics and Computer Science, The Open University of Israel), Prof. David Avnir (Institute of Chemistry, The Hebrew University of Jerusalem). All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csm-1.3.1.tar.gz (969.8 kB view hashes)

Uploaded Source

Built Distributions

csm-1.3.1-cp310-cp310-win_amd64.whl (672.8 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

csm-1.3.1-cp310-cp310-manylinux_2_24_x86_64.whl (3.1 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.24+ x86-64

csm-1.3.1-cp39-cp39-win_amd64.whl (680.7 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

csm-1.3.1-cp39-cp39-manylinux_2_24_x86_64.whl (3.1 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.24+ x86-64

csm-1.3.1-cp38-cp38-win_amd64.whl (681.3 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

csm-1.3.1-cp38-cp38-manylinux_2_24_x86_64.whl (3.2 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.24+ x86-64

csm-1.3.1-cp37-cp37m-win_amd64.whl (672.6 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

csm-1.3.1-cp37-cp37m-manylinux_2_24_x86_64.whl (3.1 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.24+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page