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 +```