-
Notifications
You must be signed in to change notification settings - Fork 3
/
acp4.opam
34 lines (34 loc) · 1.05 KB
/
acp4.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"
authors: "Francois Berenger"
maintainer: "[email protected]"
license: "GPL-3.0-only"
homepage: "https://github.com/tsudalab/ACP4"
dev-repo: "git+https://github.com/tsudalab/ACP4.git"
bug-reports: "https://github.com/UnixJunkie/ACP4/issues"
build: ["dune" "build" "-p" name "-j" jobs]
install: [
["cp" "bin/acp4_ph4.py" "%{bin}%/acp4_ph4.py"]
["cp" "bin/acp4_get_pocket.py" "%{bin}%/acp4_get_pocket.py"]
["cp" "bin/acp4_renum_conf.py" "%{bin}%/acp4_renum_conf.py"]
]
depends: [
"batteries" {>= "3.3.0"}
"bst" {>= "4.0.0"}
"dolog" {> "4.0.0"}
"dune" {>= "2.9"}
"line_oriented" {>= "1.1.0"}
"minicli" {>= "5.0.0"}
"ocaml" {>= "4.08"}
"parany" {>= "11.0.0"}
"vector3"
"cpm" {>= "12.2.0"} # needs MakeROC.fast_power_metric_a
]
depopts: [
"conf-gnuplot" # ROC curves will not show if not present
"conf-rdkit" # the python script will not work if not present
]
synopsis: "ACP4: AutoCorrelation of Pharmacophore Features"
#url {
# src: "https://github.com/tsudalab/ACP4/archive/refs/tags/vXXX.tar.gz"
# checksum: "md5=YYY"
#}