.. index:: single: Pharmacophores; Input single: Pharmacophores; Processing single: Pharmacophores; Alignment Processing single: Pharmacophores; Feature Mapping single: Pharmacophore Features; Position Property single: Pharmacophore Features; Type Property single: Data Formats; PML single: Data Formats; CDF Pharmacophore Feature Mapping Analysis ====================================== The script *report_ph4_ftr_mpg.py* reports information about detected matches between the features of a reference pharmacophore and a set of input pharmacophores. **Synopsis** :program:`python` *report_ph4_ftr_mpg.py* [-h] -r -i -o [-x] [-Q] [-q] [-p] **Mandatory options** -r Reference pharmacophore input file (\*.pml, \*.cdf) -i Pharmacophore input file (\*.pml, \*.cdf) -o Feature mapping info output file **Other options** -h, --help Show help message and exit -x Do not remove exclusion volumes before processing (default: false) -d Minimum required score difference between two consecutively output pharmacophore alignment poses (default: 0.0) -Q If specified, only matches where the positions of the features of the input pharmacophores lie strictly within the tolerance spheres of the reference pharmacophore features will be considered as being valid. Otherwise, matches where the position of at least one feature of a pair lies within the tolerance sphere of the other feature are also considered (default: false) -q Disable progress output (default: false) **Code** .. literalinclude:: /downloads/report_ph4_ftr_mpg.py :language: python :linenos: :lines: 19- :download:`Download source file`