diff --git a/thesis/02-index.Rmd b/thesis/02-index.Rmd index 62046e5..3ba48ea 100644 --- a/thesis/02-index.Rmd +++ b/thesis/02-index.Rmd @@ -442,17 +442,40 @@ and approaches for increasing the resilience and shareability of biological sequencing data, described in Chapter [5](#chp-decentralizing). - + +Experiments are implemented in `snakemake` workflows and use `conda` for +managing dependencies, +allowing reproducibility of the results with one command: +`snakemake --use-conda`. +This will download all data, +install dependencies and generate the data used for analysis. + +The analysis and figure generation code is contained in a Jupyter Notebook, +and can be executed in any place where it is supported, +including in a local installation or using Binder, +a service that deploy a live Jupyter environment in cloud instances. +Instructions are available at https://doi.org/10.5281/zenodo.4012667