You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user workflow improvements and config updates (#411)
* default upload_results to false
* update config file options
* update schema docs
* propose to remove config files from the packing commands but add a section to explain how configs work
* set open_results_in_browser to false since it's dependent on upload_results
* improve loggings
* add a config file for upload results
* correct option default and log level
* update schema
* add aws db to path
* add a layer to detect non-interactive envs for db selection
* fix readme
* add cellpack website url
* remove unnecessary restriction
* update readme
* add screenshots to readme (#413)
* add screenshots to readme
* Quick fix: update bbox value in recipes (#420)
* add randomness_seed to upload and download (#416)
* update bbox value in recipes
* add config option for plot display
* replace result screenshots and update readme
* update docs/index to display images correctly
> These are the basic installation steps. However, our recommendation for developers is to install using `uv`. See advanced installation instructions [here](./docs/INSTALL.md).
14
+
> These are the basic installation steps. However, our recommendation for developers is to install using `uv`. See advanced installation instructions [here](./docs/INSTALLATION.md).
13
15
14
16
1. Install Python 3.11 and `git`. Update pip at least to `24.0.0`.
3. Pack from remote server: `pack -r github:recipes/NM_Analysis_FigureB1.0.json `
35
+
36
+
cellPACK supports two recipe formats: **v1** (legacy) from the original publication, and **v2** (modern) with improved structure. We recommend starting with **v2** for new recipes.
37
+
38
+
### Recipe Format Versions
39
+
40
+
#### v1 Recipes (Legacy Format)
41
+
**v1 recipes** use the original schema from the [Nature Methods publication](https://www.nature.com/articles/nmeth.3204). These recipes feature:
42
+
- Explicit parameter definitions for all ingredients
43
+
- Backward compatibility with the original cellPACK publication examples
44
+
45
+
**Example v1 recipes:**
46
+
-`NM_Analysis_FigureB1.0.json` - Blood plasma mesoscale model from the Nature Methods publication
47
+
-`BloodPlasma_noHIV_1.0_2D.json` - 2D blood plasma model
48
+
-`partner_packing.json` - Example of molecular partner binding
f"The selected database: {database_name} is not initialized. Please set up credentials to pack remote recipes. Refer to the instructions at {readme_url}"
404
+
f"The selected database: {database_name} is not initialized. Please set up credentials to pack remote recipes. Refer to the instructions at {readme_url}, or try cellPACK web interface: https://cellpack.allencell.org (no setup required)"
f"Firebase credentials are not found. If needed, please refer to the instructions at{db_maintainer.readme_url()}. \nSkipping firebase staging database -------------"
1435
+
logging.warning(
1436
+
f"Firebase credentials not found. For setup instructions see:{db_maintainer.readme_url()}. Or try cellPACK web interface: https://cellpack.allencell.org (no setup required)"
0 commit comments