:orphan: true .. _pwchem-shape-small-molecules-filter: ############################################################### Shape Small Molecules filter ############################################################### This protocol uses `RDKit `_ to filter a ``SetOfSmallMolecules`` by applying shape filters to each of the small molecules stored. The user can choose whether to use RDKit or `Shape-it `_ to calculate the molecules shape and different shape distance options like `Tanimoto `_ , Protrude or `RMSD `_ distances. Other parameters include the prealignment of the molecules or to trying atom reordering in order to improve the filter performance. .. note:: Currently, `Shape-it `_ is not automatically installed with scipion-chem. If the user wants to use it, they must install it manually and define its path in the scipion.conf file as ``SHAPEIT_HOME``. Input ---------------------------------------- .. include:: ../../../../templates/plugins/input-help.rst .. image:: ../../../../../_static/images/plugins/pwchem/virtual-drug-screening/shape-small-molecules-filter/form.png :alt: Shape Small Molecules filter form :height: 400 :align: center | The result of this protocol is a ``SetOfSmallMolecules`` containing only those small molecules that pass the filter. .. |testCommand| replace:: pwchem.tests.tests_ligand_filtering.TestShapeFiltering .. include:: ../../../../templates/plugins/protocol-test.rst