Skip to content

Commit

Permalink
✨ PertCurator (#88)
Browse files Browse the repository at this point in the history
* ✨ PertCurator

* 📝 Guide

* 💚 Cellxgene-lamin

* 🎨 Deps

* 💚 Nox

* 🎨 Debug

* 💚 Fix

* 💚 Aws

* 💚 Import

* 💚 Fix import

* 💚 Fix import

* 🎨 Debug

* 🎨 Debug

* 💚 Fix circular import

* 🎨 What's wrong?

* ♻️ Prettify

* 💚 Fix

* 🚧 Debug

* 💚 Attempt fix

* 🚧 Debug

* 🚧 Debug

* ♻️ Refactor _pert_curator

* ♻️ Hello I'm wetlab

* ♻️ Nicer

* ♻️ No longer need to install ourprojects

* 💚 Fix pert-registries

* ✏️ Try

* 🎨 Revert

* 🎨 Try again

* ⏪️ Revert again

* 💚 Fix

* 💚 Fix

* 💚 Try

* 🐛 Hard error

* 💚 Fix

* 🎨 Raise import error

---------

Co-authored-by: Alex Wolf <[email protected]>
  • Loading branch information
sunnyosun and falexwolf authored Dec 20, 2024
1 parent f422a2c commit 14aba3a
Show file tree
Hide file tree
Showing 10 changed files with 765 additions and 94 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ test.ipynb
test-wetlab
test-wetlab-2
docs/guide/modeling-perturbations
test-pert-curator/
test-pert-registries/

# macOS
.DS_Store
Expand Down
3 changes: 2 additions & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
:maxdepth: 1
guide/get-started
guide/modeling_perturbations
guide/pert-registries
guide/pert-curator
```
69 changes: 0 additions & 69 deletions docs/guide/get-started.ipynb

This file was deleted.

15 changes: 15 additions & 0 deletions docs/guide/get-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Get started

Install all required dependencies:

```bash
pip install wetlab
```

Init your instance

```bash
lamin init --storage ./test-wetlab --schema bionty,wetlab
```

Everything else works exactly as for any other schema module and the core registries.
Loading

0 comments on commit 14aba3a

Please sign in to comment.