parse_physicell_simulations#
Workflow for parsing PhysiCell simulations into tidy data.
Working location structure:
(name)
├── data
│ └── (name)_(key)_(seed).tar.xz
└── results
└── (name)_(key)_(seed).csv
Data from data are parsed into results.
Flows
Main parse physicell simulations flow. |
- run_flow(context: ContextConfig, series: SeriesConfig, parameters: ParametersConfig) None [source]#
Main parse physicell simulations flow.
Configs
Context configuration for parse physicell simulations flow. |
|
Parameter configuration for parse physicell simulations flow. |
|
Series configuration for parse physicell simulations flow. |
- class ContextConfig[source]#
Context configuration for parse physicell simulations flow.
- working_location: str#
Location for input and output files (local path or S3 bucket).
- manifest_location: str#
Location of manifest file (local path or S3 bucket).