Skip to content

Commit e23c4a1

Browse files
zhu0619zhu0619cwognum
authored
Add a converter from PDB to Zarr to the DatasetFactory (#171)
* wip * prototype * add fastpdb prototype * wip * wip * wip * add pdb converter * missing imports * minor changes * add tutorial * remove dev files * add dep * env * update api * update docs * add opt dep * update adaptor name * wip * update import * refactor to add_from_files * refactor * add tests * update deps * update load_to_memeory * refactor pdb pointer * add create_dataset_from_files * add info * rename tutorials * fix mkdocs * ruff * format notebooks * Revert some formatting changes * Revert some more formatting changes * Addressed minor feedback * Comment --------- Co-authored-by: zhu0619 <[email protected]> Co-authored-by: cwognum <[email protected]>
1 parent 2c785a5 commit e23c4a1

17 files changed

+804
-20
lines changed

docs/api/converters.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
filters: ["!^_"]
1717

1818
---
19+
20+
::: polaris.dataset.converters.PDBConverter
21+
options:
22+
filters: ["!^_"]
23+
24+
---

docs/api/factory.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@
88
options:
99
filters: ["!^_"]
1010

11-
---
11+
---
12+
13+
::: polaris.dataset.create_dataset_from_files
14+
options:
15+
filters: ["!^_"]
16+
17+
---

0 commit comments

Comments
 (0)