Contributing¶
Tip
Keep process names stable in main.nf so documentation DAGs remain accurate.
Development rules¶
- Do not change biological logic in Perl scripts without dedicated review.
- Keep
nextflow_schema.jsonsynchronized withnextflow.configparams. - Validate docs and pipeline changes together.
Local checks¶
Install the docs dependencies first:
pip install -r docs/requirements.txt
Then validate the pipeline and docs:
nextflow run main.nf -profile test
mkdocs build