From fcc2a78ad9c13b99e31a6e0e13b895730cded457 Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Fri, 18 Sep 2020 16:12:18 -0700 Subject: [PATCH] chp2 methods --- thesis/02-index.Rmd | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) 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