From b5c9f004330114aac0d7892b89553ed7fd8cca0f Mon Sep 17 00:00:00 2001 From: Carine Rey <carine.rey@ens-lyon.fr> Date: Wed, 20 Sep 2023 11:05:55 +0000 Subject: [PATCH] update --- Intro_Rmd.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intro_Rmd.qmd b/Intro_Rmd.qmd index a011e07..055cf2e 100644 --- a/Intro_Rmd.qmd +++ b/Intro_Rmd.qmd @@ -38,7 +38,7 @@ editor: source # Making your research reproducible -We have already made a case about reproducibility in this training. In this lesson we will focus on one of the tools to enable and empower you to perform analysis reproducibly. +We have already made a case about reproducibility in this training. In this introduction, we will focus on one of the tools to enable and empower you to perform analysis reproducibly. When you do lab work, you use lab notebooks to organize your methods, results, and conclusions for future retrieval and reproduction. The information in these notebooks is converted into a more concise experimental description for the Methods section when publishing the results. Computational analysis requires the same diligence! The equivalent of a lab notebook for computational work is a detailed log of the workflow used, the tools at each step, the parameters for those tools and last, but not least, the versions of the tools. -- GitLab