this repo has no description

Merge pull request #17862 from UnixJunkie/lbvs_consent_212

new file: packages/lbvs_consent/lbvs_consent.2.1.2/opam

Kate 22a90e10 1dab62c6

Changed files
+61
packages
lbvs_consent
lbvs_consent.2.1.2
+61
packages/lbvs_consent/lbvs_consent.2.1.2/opam
···
+
opam-version: "2.0"
+
authors: "Francois Berenger"
+
maintainer: "unixjunkie@sdf.org"
+
homepage: "https://github.com/UnixJunkie/consent"
+
bug-reports: "https://github.com/UnixJunkie/consent/issues"
+
dev-repo: "git+https://github.com/UnixJunkie/consent.git"
+
license: "GPL"
+
build: [
+
[make "obmaccs"]
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
install: [
+
["cp" "bin/lbvs_consent_ecfp4.py" "%{bin}%/lbvs_consent_ecfp4.py"]
+
["cp" "src/lbvs_consent_ob_maccs" "%{bin}%/lbvs_consent_ob_maccs"]
+
]
+
depends: [
+
"dune" {>= "1.6"}
+
"batteries"
+
"bitv" {>= "1.2"}
+
"parmap"
+
"dolog" {>= "4.0.0"}
+
"camlzip"
+
"qcheck"
+
"minivpt"
+
"cpm"
+
"dokeysto_camltc"
+
"minicli" {>= "5.0.0"}
+
"conf-boost"
+
"conf-openbabel"
+
"conf-python-3"
+
"conf-rdkit"
+
]
+
synopsis: "Chemoinformatics software for consensus fingerprint queries"
+
description: """
+
Chemoinformatics software to do similarity searches using consensus
+
fingerprint queries.
+
+
For more details, see the README on github:
+
+
https://github.com/UnixJunkie/consent
+
+
Please cite the corresponding paper in case you use this software
+
and publish about your results:
+
+
@article{Berenger2017,
+
title={Consensus queries in ligand-based virtual screening experiments},
+
author={Berenger, Francois and Vu, Oanh and Meiler, Jens},
+
journal={Journal of Cheminformatics},
+
volume={9},
+
number={1},
+
pages={60},
+
year={2017},
+
publisher={BioMed Central},
+
doi={10.1186/s13321-017-0248-5},
+
}
+
"""
+
url {
+
src: "https://github.com/UnixJunkie/consent/archive/v2.1.2.tar.gz"
+
checksum: "md5=c5781fa8303fba1a661c03ded74cc87b"
+
}
+