Bond-Path Fingerprints ====================== The script *gen_path_fp.py* generates and outputs the bond-path (aka Daylight) fingerprint of molecules read from a specified input file. **Synopsis** :program:`python` *gen_path_fp.py* [-h] -i -o [-n ] [-l ] [-u ] [-H] **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: 1024) -l Minimum path length to consider (in number of bonds, default: 0) -u Maximum path length to consider (in number of bonds, default: 5) -H Include hydrogens (by default, the fingerprint is generated for the H-deplete molecular graph) **Code** .. literalinclude:: /downloads/gen_path_fp.py :language: python :linenos: :lines: 21- :download:`Download source file`