File: rdkit2fps

package info (click to toggle)
chemfp 1.1p1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 2,456 kB
  • sloc: python: 15,317; ansic: 10,450; makefile: 126
file content (8 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

try:
    from chemfp.commandline.rdkit2fps import main
    main()
except KeyboardInterrupt:
    raise SystemExit()