this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release fasmifra 2.1.0 (#26786)

Cherrypicked from @UnixJunkie PR #26786

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Co-authored-by: Marcello Seri <marcello.seri@gmail.com>

authored by

François Bérenger
Marcello Seri
and committed by
GitHub
dabc6e3b 46648c7f

+47
+47
packages/fasmifra/fasmifra.2.1.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "Francois Berenger" 3 + maintainer: "unixjunkie@sdf.org" 4 + homepage: "https://github.com/UnixJunkie/FASMIFRA" 5 + bug-reports: "https://github.com/UnixJunkie/FASMIFRA/issues" 6 + dev-repo: "git+https://github.com/UnixJunkie/FASMIFRA.git" 7 + license: "GPL-3.0-or-later" 8 + build: ["dune" "build" "-p" name "-j" jobs] 9 + install: [ 10 + ["cp" "bin/fasmifra_fragment.py" "%{bin}%/fasmifra_fragment.py"] 11 + ["cp" "bin/fasmifra_rm_cut_bonds.sh" "%{bin}%/fasmifra_rm_cut_bonds.sh"] 12 + ["cp" "bin/fasmifra_frag_dict.py" "%{bin}%/fasmifra_frag_dict.py"] 13 + ["cp" "bin/fasmifra_GA.sh" "%{bin}%/fasmifra_GA.sh"] 14 + ] 15 + depends: [ 16 + "base-unix" 17 + "batteries" {>= "3.3.0"} 18 + "dolog" {>= "6.0.0"} 19 + "dune" {>= "1.11"} 20 + "minicli" {>= "5.0.0"} 21 + "ocaml" {>= "5.0.0"} 22 + "line_oriented" {>= "1.2.0"} 23 + "conf-rdkit" {>= "1"} 24 + "conf-python-3" {>= "1.0.0"} 25 + ] 26 + synopsis: "Molecular Generation by Fast Assembly of SMILES Fragments" 27 + description: """ 28 + Generate molecules fast given a molecular training set. 29 + 30 + Properties of the generated molecules might significantly match 31 + those of the training set (training set distribution matching). 32 + 33 + Bibliography: 34 + ============= 35 + 36 + Berenger, F., & Tsuda, K. (2021). 37 + Molecular generation by Fast Assembly of (Deep) SMILES fragments. 38 + Journal of Cheminformatics, 13(1), 1-10. 39 + https://doi.org/10.1186/s13321-021-00566-4 40 + """ 41 + url { 42 + src: 43 + "https://github.com/UnixJunkie/FASMIFRA/archive/refs/tags/v2.1.0.tar.gz" 44 + checksum: [ 45 + "sha256=ea3c1a2566069096ede8ee4720dbea3261f797a1002c2557f3dd7ec30e6a45ce" 46 + ] 47 + }