Commit 7f4a57a
authored
Plinder Data Loader (#15)
* feat: plinder_download command with a progress bar
* chore: wip
* chore: clean up rough edges around zips for entries
* fix: more root pathing issues
* chore: work down tech debt in pipeline config up to make_entries
* fix: download binding db
* fix: refs to ingest config
* chore: work down more tech debt in ingest pipeline
* test: end to end test runs up to make_mmp_index
* test: index utils
* test: query index
* feat: plinder loader gets linked systems
* feat: naive cross similarity
* feat: ligand cross similarity
* chore: migrate loader as is from internal
* wip: loader POC
* docs: plinder[loader] block
* feat: atom3d loader for system cif
* style: linters
* style: mypy
* test: update system and scores tests
* fix: when logs throw exceptions
* style: ruff
* fix: entry now forces path
* fix: parsing stored entry jsons
* feat: create index as a utility
* feat: wip
* fix: defer system edge cases to later
* chore: lazy load entry and separate from system
* fix: gracefully create index when no clusters exist
* fix: instrument scoring modalities
* fix: rerun scoring
* chore: bring back collate partitions
* fix: check checkpointing in scatter
* fix: typo
* chore: wip
* fix: mmp
* feat: write out linked structures
* fix: pls apo
* fix: mp get context, del links before pool, simple map
* chore: bump flow
* fix: skip versioning because of docs branch
* fix: apo/pred runs
* chore: flow bump
* style: ruff
* fix: memory usage in apo/pred
* chore: support custom script execution in docker run
* feat: loader supports linked structures
* test: separate links from linked_structures
* chore: simplify cloudpathlib access for plinder offline
* style: mypy
* style: ruff
* test: minimal data loader test
* fix: registry env
* feat: split utils
* fix: no extra filename
* fix: aftermath of simplifying get_plinder_path
* fix: shuttle tox env through docker
* chore: tox env
* style: ruff
* test: resolve query test failures and add some more
* style: ruff
* feat: dataset loads split not index
* feat: filter dataset by split
* test: stability in the absence of gcs
* fix: revert to 2024-04/v11 parent 7a320a4 commit 7f4a57a
File tree
58 files changed
+2017
-1125
lines changed- flows
- src/plinder
- core
- index
- loader
- scores
- split
- system
- utils
- data
- common
- pipeline
- utils/annotations
- eval/docking
- tests
- core
- data/pipeline
- test_data
- plinder/mount
- entries
- fingerprints
- index
- links
- manifest
- splits
- systems
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+2017
-1125
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
192 | 193 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
189 | 194 | | |
190 | 195 | | |
191 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
66 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
67 | 96 | | |
68 | 97 | | |
69 | 98 | | |
| |||
85 | 114 | | |
86 | 115 | | |
87 | 116 | | |
| 117 | + | |
88 | 118 | | |
89 | 119 | | |
90 | 120 | | |
| |||
103 | 133 | | |
104 | 134 | | |
105 | 135 | | |
106 | | - | |
| 136 | + | |
107 | 137 | | |
108 | 138 | | |
109 | 139 | | |
| |||
117 | 147 | | |
118 | 148 | | |
119 | 149 | | |
120 | | - | |
| 150 | + | |
121 | 151 | | |
122 | 152 | | |
123 | 153 | | |
| |||
126 | 156 | | |
127 | 157 | | |
128 | 158 | | |
| 159 | + | |
129 | 160 | | |
130 | 161 | | |
131 | 162 | | |
| |||
135 | 166 | | |
136 | 167 | | |
137 | 168 | | |
138 | | - | |
139 | | - | |
| 169 | + | |
| 170 | + | |
140 | 171 | | |
141 | 172 | | |
142 | 173 | | |
| |||
145 | 176 | | |
146 | 177 | | |
147 | 178 | | |
148 | | - | |
| 179 | + | |
149 | 180 | | |
150 | 181 | | |
151 | 182 | | |
| |||
154 | 185 | | |
155 | 186 | | |
156 | 187 | | |
| 188 | + | |
157 | 189 | | |
158 | | - | |
| 190 | + | |
159 | 191 | | |
160 | 192 | | |
161 | 193 | | |
| |||
179 | 211 | | |
180 | 212 | | |
181 | 213 | | |
| 214 | + | |
182 | 215 | | |
| 216 | + | |
183 | 217 | | |
184 | 218 | | |
185 | 219 | | |
| |||
203 | 237 | | |
204 | 238 | | |
205 | 239 | | |
| 240 | + | |
206 | 241 | | |
207 | 242 | | |
208 | 243 | | |
| |||
227 | 262 | | |
228 | 263 | | |
229 | 264 | | |
| 265 | + | |
230 | 266 | | |
231 | 267 | | |
232 | 268 | | |
| |||
259 | 295 | | |
260 | 296 | | |
261 | 297 | | |
| 298 | + | |
262 | 299 | | |
263 | 300 | | |
264 | 301 | | |
| |||
291 | 328 | | |
292 | 329 | | |
293 | 330 | | |
| 331 | + | |
294 | 332 | | |
295 | 333 | | |
296 | 334 | | |
| |||
315 | 353 | | |
316 | 354 | | |
317 | 355 | | |
| 356 | + | |
318 | 357 | | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
347 | 395 | | |
348 | 396 | | |
349 | 397 | | |
350 | | - | |
351 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
352 | 401 | | |
353 | 402 | | |
354 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| 228 | + | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| |||
236 | 239 | | |
237 | 240 | | |
238 | 241 | | |
239 | | - | |
| 242 | + | |
240 | 243 | | |
241 | 244 | | |
242 | 245 | | |
| |||
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
| 251 | + | |
248 | 252 | | |
249 | 253 | | |
250 | 254 | | |
| |||
259 | 263 | | |
260 | 264 | | |
261 | 265 | | |
| 266 | + | |
| 267 | + | |
262 | 268 | | |
263 | 269 | | |
264 | 270 | | |
265 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
266 | 275 | | |
267 | 276 | | |
268 | 277 | | |
| |||
277 | 286 | | |
278 | 287 | | |
279 | 288 | | |
| 289 | + | |
280 | 290 | | |
| 291 | + | |
281 | 292 | | |
282 | 293 | | |
283 | 294 | | |
| |||
317 | 328 | | |
318 | 329 | | |
319 | 330 | | |
320 | | - | |
| 331 | + | |
321 | 332 | | |
322 | 333 | | |
323 | 334 | | |
| 335 | + | |
| 336 | + | |
324 | 337 | | |
325 | 338 | | |
326 | 339 | | |
| |||
355 | 368 | | |
356 | 369 | | |
357 | 370 | | |
| 371 | + | |
358 | 372 | | |
359 | 373 | | |
| 374 | + | |
360 | 375 | | |
361 | 376 | | |
362 | 377 | | |
| |||
388 | 403 | | |
389 | 404 | | |
390 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
391 | 409 | | |
392 | 410 | | |
393 | 411 | | |
| |||
0 commit comments