2D and 3D Pharmacophore Fingerprints ==================================== The script *gen_ph4_fp.py* generates and outputs the 2D or 3D pharmacophore fingerprint of molecules read from a specified input file. **Synopsis** :program:`python` *gen_ph4_fp.py* [-h] -i -o [-n ] [-d ] [-b ] **Mandatory options** -i Input molecule file -o Fingerprint output file **Other options** -h, --help Show help message and exit -n Fingerprint size in bits (default: 4096) -d Type of feature distances to consider: 2 -> topological distance, 3 -> 3D distance (default: 2) -b Feature distance bin size (default: 1.0) **Code** .. literalinclude:: /downloads/gen_ph4_fp.py :language: python :linenos: :lines: 21- :download:`Download source file`