From 35344fa3742af84bd1d30f127a1bb6765f0768ad Mon Sep 17 00:00:00 2001 From: Hugo Tavares Date: Thu, 6 Jun 2024 17:46:02 +0100 Subject: [PATCH] update working directory --- materials/01-package_managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materials/01-package_managers.md b/materials/01-package_managers.md index 7edc658..0adf9dc 100644 --- a/materials/01-package_managers.md +++ b/materials/01-package_managers.md @@ -273,7 +273,7 @@ You can find a (checklist)[https://www.anaconda.com/blog/using-pip-in-a-conda-en :::{.callout-exercise} -Go to the `rnaseq` directory, where you will find some FASTQ files in the `reads` folder. +Go to the `demo` directory, where you will find some FASTQ files in the `reads` folder. The objective in this exercise is to setup a software environment to run a standard quality control software on these sequencing reads. - Use a text editor to create a Conda/Mamba environment file called `envs/qc.yml`. This file should specify: