How-to Guides
This section is dedicated to experienced users. If you are new to this project, please take a look at the tutorial section first.
Important
All commands are run from within the project root directory.
Documentation
Build Documentation
An offline version of the documentation can be built with the following command:
Serve Documentation
A mkdocs server can be started to serve the documentation website. This is useful if you are actively working on the documentation and want to see live changes. Use the following command:
Data Processing
Build Config
Build the acquisition_config.yaml
file and store it in the working directory WD
:
Replace dataset-name
with the name of the dataset you would like to process.
Run Segment
Run the segmentation step, with the acquisition_config.yaml
stored in WD
, manually:
Run Measure
Run the measure step, with the measure_config.yaml
stored in WD
, manually:
Visualize Results
Run jupyter lab with the visualization jupyter notebook inside WD
:
Run Workflow
Instead of calling the processing steps manually, you can call the nextflow workflow with:
Development
Jupyter Lab
Run jupyter lab to develop new notebooks:
Napari
Run napari to visualize data:
Lint
Clean up code formatting: