Commit ·
19f5cb0
0
Parent(s):
Initial commit: Emap2lig model weights and CCD dictionary
Browse files- .gitattributes +35 -0
- LICENSE.md +144 -0
- README.md +20 -0
- ccd/ccd_dict_250523.pkl +3 -0
- emap2lig-build-v0.0.1.safetensors +3 -0
- emap2lig-find-v0.0.1.safetensors +3 -0
- emap2lig-frag.safetensors +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
LICENSE.md
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**ACADEMIC AND NON-PROFIT RESEARCH LICENSE AGREEMENT**
|
| 2 |
+
|
| 3 |
+
Copyright © 2026 Purdue University. All Rights Reserved.
|
| 4 |
+
|
| 5 |
+
**IMPORTANT: PLEASE READ CAREFULLY.** This License Agreement
|
| 6 |
+
("Agreement") is a legal agreement between you (either an individual
|
| 7 |
+
or an Academic Institution) and **Purdue University** ("Licensor") for
|
| 8 |
+
the trained model weights and any associated materials provided with
|
| 9 |
+
this Agreement (collectively, the "**Product**"). For the avoidance of
|
| 10 |
+
doubt, any associated materials not expressly provided under this
|
| 11 |
+
Agreement, such as source code, are governed by their respective
|
| 12 |
+
licenses and are not subject to the terms and conditions of this
|
| 13 |
+
Agreement.
|
| 14 |
+
|
| 15 |
+
**1. DEFINITIONS**
|
| 16 |
+
|
| 17 |
+
**1.1 "Academic Institution"** means an accredited public or private
|
| 18 |
+
educational institution (including, but not limited to, primary,
|
| 19 |
+
secondary, and post-secondary institutions, colleges, and universities)
|
| 20 |
+
or a non-profit research institution organized and operated exclusively
|
| 21 |
+
for educational or scientific research purposes.
|
| 22 |
+
|
| 23 |
+
**1.2 "Academic Use"** means use of the Product solely for the purpose
|
| 24 |
+
of non-commercial research or education at an Academic Institution. Such
|
| 25 |
+
research must be intended to lead to the publication of results in
|
| 26 |
+
peer-reviewed journals or similar public dissemination.
|
| 27 |
+
|
| 28 |
+
**1.3 "Commercial Use"** means any use of the Product for a
|
| 29 |
+
profit-seeking purpose or by a for-profit entity. This includes, but is
|
| 30 |
+
not limited to: (a) use by or on behalf of any for-profit organization;
|
| 31 |
+
(b) use to provide services, products, or consulting to any third party
|
| 32 |
+
for a fee, including any fee that exceeds the actual marginal cost of
|
| 33 |
+
providing the service; (c) use for drug discovery, clinical diagnostics,
|
| 34 |
+
or any industrial application; (d) **Sponsored Research**, which is
|
| 35 |
+
research at an Academic Institution that is funded by, or performed in
|
| 36 |
+
collaboration with, a for-profit entity.
|
| 37 |
+
|
| 38 |
+
**1.4 "Derivative Work"** means any modification, fine-tuning,
|
| 39 |
+
adaptation, or translation of the Product, or any work that incorporates
|
| 40 |
+
or is derived from the Product.
|
| 41 |
+
|
| 42 |
+
**1.5 "Output"** means any data, results, predictions, or insights
|
| 43 |
+
generated by or through the use of the Product.
|
| 44 |
+
|
| 45 |
+
**2. ACCEPTANCE OF TERMS**
|
| 46 |
+
|
| 47 |
+
**2.1 Acceptance.** You shall be deemed as having accepted the terms and
|
| 48 |
+
conditions of this Agreement upon the occurrence of the first of the
|
| 49 |
+
following events: (a) downloading the Product; (b) installing or using
|
| 50 |
+
the Product; or (c) exercising any rights granted under this Agreement.
|
| 51 |
+
|
| 52 |
+
**3. LICENSE GRANT AND RESTRICTIONS**
|
| 53 |
+
|
| 54 |
+
**3.1 Grant.** Subject to the terms of this Agreement, Licensor grants a
|
| 55 |
+
non-exclusive, non-transferable license for Academic Use only.
|
| 56 |
+
|
| 57 |
+
**3.2 Prohibited Users.** Employees, consultants, or representatives of
|
| 58 |
+
for-profit entities are strictly prohibited from using the Product for
|
| 59 |
+
any purpose, including personal skill development or internal
|
| 60 |
+
evaluation.
|
| 61 |
+
|
| 62 |
+
**3.3 No Service Bureau.** You shall not use the Product to process the
|
| 63 |
+
work of, or provide results to, any third party.
|
| 64 |
+
|
| 65 |
+
**3.4 Derivative Works and Public Sharing.** You may create Derivative
|
| 66 |
+
Works solely for Academic Use. You may share or publish such Derivative
|
| 67 |
+
Works (including posting to public repositories such as GitHub or
|
| 68 |
+
Hugging Face) provided that:
|
| 69 |
+
|
| 70 |
+
- (a) the Derivative Work is licensed under this same Agreement.
|
| 71 |
+
|
| 72 |
+
- (b) you prominently display a notice that the Derivative Work is
|
| 73 |
+
subject to this "Academic and Non-Profit Research License".
|
| 74 |
+
|
| 75 |
+
- (c) the Derivative Work shall not be used for any Commercial Use.
|
| 76 |
+
|
| 77 |
+
**3.5 Restrictions on Output.** You shall not use the Output for any
|
| 78 |
+
Commercial Use. You shall not use the Output to train, improve, or
|
| 79 |
+
validate any machine learning models intended for commercial
|
| 80 |
+
distribution.
|
| 81 |
+
|
| 82 |
+
**4. USER OBLIGATIONS**
|
| 83 |
+
|
| 84 |
+
**4.1 Supervision.** You shall ensure that all individuals (students,
|
| 85 |
+
employees, etc.) who gain access to the Product through you comply with
|
| 86 |
+
this Agreement.
|
| 87 |
+
|
| 88 |
+
**4.2 Redistribution of Original Product.** Except for Derivative Works
|
| 89 |
+
as permitted in Section 3.4, you shall not redistribute, host, or mirror
|
| 90 |
+
the original Product weights in a manner that allows unauthorized access
|
| 91 |
+
by Commercial Users.
|
| 92 |
+
|
| 93 |
+
**4.3 Protection of Access.** While the Product may be publicly
|
| 94 |
+
available, you shall not knowingly facilitate the use of the Product by
|
| 95 |
+
for-profit entities or for any Commercial Use.
|
| 96 |
+
|
| 97 |
+
**5. ATTRIBUTION AND CITATION**
|
| 98 |
+
|
| 99 |
+
**5.1 Citation.** You must acknowledge the use of the Product by citing
|
| 100 |
+
the appropriate publications as specified in the accompanying
|
| 101 |
+
documentation or README file.
|
| 102 |
+
|
| 103 |
+
**6. OWNERSHIP**
|
| 104 |
+
|
| 105 |
+
**6.1 Ownership.** Licensor retains all rights, title, and interest in
|
| 106 |
+
and to the Product. No ownership rights are transferred to you.
|
| 107 |
+
|
| 108 |
+
**7. DISCLAIMER OF WARRANTIES**
|
| 109 |
+
|
| 110 |
+
**7.1 NO WARRANTY. THE PRODUCT IS PROVIDED "AS IS" AND WITH ALL
|
| 111 |
+
FAULTS. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR
|
| 112 |
+
HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, WHETHER EXPRESS,
|
| 113 |
+
IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED
|
| 114 |
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE,
|
| 115 |
+
NON-INFRINGEMENT, OR ACCURACY OF RESULTS. THE ENTIRE RISK AS TO THE
|
| 116 |
+
QUALITY AND PERFORMANCE OF THE PRODUCT IS WITH YOU.**
|
| 117 |
+
|
| 118 |
+
**8. LIMITATION OF LIABILITY**
|
| 119 |
+
|
| 120 |
+
**8.1 LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY
|
| 121 |
+
APPLICABLE LAW, IN NO EVENT SHALL LICENSOR, ITS TRUSTEES, OFFICERS,
|
| 122 |
+
EMPLOYEES, OR STUDENTS BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL,
|
| 123 |
+
INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES WHATSOEVER (INCLUDING,
|
| 124 |
+
BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS, LOSS OF DATA, BUSINESS
|
| 125 |
+
INTERRUPTION, OR COST OF PROCUREMENT OF SUBSTITUTE GOODS) ARISING OUT OF
|
| 126 |
+
OR IN ANY WAY RELATED TO THE USE OF OR INABILITY TO USE THE PRODUCT,
|
| 127 |
+
UNDER ANY THEORY OF LIABILITY (WHETHER IN CONTRACT, TORT, OR OTHERWISE),
|
| 128 |
+
EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.**
|
| 129 |
+
|
| 130 |
+
**9. EXPORT CONTROL**
|
| 131 |
+
|
| 132 |
+
**9.1 Export Control.** You shall comply with all U.S. export control
|
| 133 |
+
laws and regulations. You shall not export or re-export the Product to
|
| 134 |
+
any prohibited country, entity, or person.
|
| 135 |
+
|
| 136 |
+
**10. TERMINATION AND GOVERNING LAW**
|
| 137 |
+
|
| 138 |
+
**10.1 Termination.** Your rights terminate automatically upon any
|
| 139 |
+
breach. Upon termination, you must destroy all copies of the Product and
|
| 140 |
+
certify such destruction in writing if requested.
|
| 141 |
+
|
| 142 |
+
**10.2 Governing Law.** This Agreement shall be governed by the laws of
|
| 143 |
+
the **State of Indiana**, USA. The parties submit to the exclusive
|
| 144 |
+
jurisdiction of the state and federal courts located in Indiana.
|
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
---
|
| 4 |
+
# Emap2lig
|
| 5 |
+
|
| 6 |
+
Emap2lig is a ligand structure modeling tool that integrates cryo-EM density information with a diffusion-model-based structure prediction pipeline.
|
| 7 |
+
|
| 8 |
+
Kihara Lab website: https://kiharalab.org/
|
| 9 |
+
|
| 10 |
+
Kihara Lab EM server: https://em.kiharalab.org/algorithm/Emap2lig
|
| 11 |
+
|
| 12 |
+
Github: https://github.com/kiharalab/Emap2lig
|
| 13 |
+
|
| 14 |
+
## License
|
| 15 |
+
|
| 16 |
+
This repository uses a custom license. See the [LICENSE](LICENSE.md) file for full terms.
|
| 17 |
+
|
| 18 |
+
## Citations
|
| 19 |
+
|
| 20 |
+
TBD
|
ccd/ccd_dict_250523.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14738f1e55e44b0e2a39987e5d51f4f1f30a1a84ae6ffb23d5440f6b656d83ea
|
| 3 |
+
size 389323910
|
emap2lig-build-v0.0.1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9af59c83fe5d5d5b63c4c6edb6cf2002d8e576b9c96490ab08d2fa14dcf968b
|
| 3 |
+
size 115242996
|
emap2lig-find-v0.0.1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf456ae2035a97376ae90a92eeb8923d70ac3b8024e8ec6560bfd8a501acecb8
|
| 3 |
+
size 19910376
|
emap2lig-frag.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16590d6e19ce0172cf580e3ff3fd69e43542397b3eb283af583bb076e356e25b
|
| 3 |
+
size 39795496
|