-
Notifications
You must be signed in to change notification settings - Fork 2
/
acpc.opam
34 lines (32 loc) · 902 Bytes
/
acpc.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "2.0"
name: "acpc"
authors: "Francois Berenger"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/ACPC"
bug-reports: "https://github.com/UnixJunkie/ACPC/issues"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/UnixJunkie/ACPC.git"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"base-unix"
"batteries"
"bitv"
"conf-autoconf"
"conf-gnuplot"
"dolog"
"dune" {>= "1.11"}
"ocaml" {>= "5.0.0"}
"parany"
"vector3"
]
synopsis: "Chemoinformatics tool for ligand-based virtual screening"
description: """
AutoCorrelation of Partial Charges (ACPC)
Bibliography
============
Berenger, F., Voet, A., Lee, X. Y., & Zhang, K. Y. (2014).
A Rotation-Translation Invariant Molecular Descriptor of Partial Charges
and its Use in Ligand-Based Virtual Screening.
Journal of Cheminformatics, 6(1), 1-12.
https://doi.org/10.1186/1758-2946-6-23
"""