From ad5f42d4ec7cec29913ce2851a1e57472d245990 Mon Sep 17 00:00:00 2001 From: Geert van Geest Date: Wed, 14 Sep 2022 11:29:37 +0200 Subject: [PATCH] Removes info specific to NGSQ --- docs/day1/reproducibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/day1/reproducibility.md b/docs/day1/reproducibility.md index 0a0d238..e10a535 100644 --- a/docs/day1/reproducibility.md +++ b/docs/day1/reproducibility.md @@ -11,7 +11,7 @@ ### Some good practices for reproducibility -During today and tomorrow we will work with a small *E. coli* dataset to practice quality control, alignment and alignment filtering. You can consider this as a small project. During the exercise you will be guided to adhere to the following basic principles for reproducibility: +During the exercise you will be guided to adhere to the following basic principles for reproducibility: 1. **Execute the commands from a script** in order to be able to trace back your steps 2. **Number scripts** based on their order of execution (e.g. `01_download_reads.sh`) @@ -88,4 +88,4 @@ scripts ├── C15_evaluate_concordance.sh ├── C16_extract_mother_before_filtering.sh └── C17_evaluate_concordance_before_filtering.sh -``` \ No newline at end of file +```