From 4365d40380402f08387d9d22420f4adab029a1e2 Mon Sep 17 00:00:00 2001 From: JorgeBCh Date: Fri, 9 Feb 2024 17:19:51 +0000 Subject: [PATCH] Correct overview of lesson 2: no loops but combining commads through redirection operators --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 42804b2..7247b21 100644 --- a/index.md +++ b/index.md @@ -38,7 +38,7 @@ The course will take place over three weeks and will combine live coding and tea | Lesson | Overview | | -------------------------- | ---------| | [Files and Directories](https://cloud-span.github.io/nerc-metagenomics01-file-directories/) |Learn about files and directories, log onto a cloud instance and get a basic introduction to the shell.| -| [Using the Command Line](https://cloud-span.github.io/nerc-metagenomics02-command-line/) |Learn more about using the shell to navigate directories, manipulate and search files and use basic loops to iterate commands.| +| [Using the Command Line](https://cloud-span.github.io/nerc-metagenomics02-command-line/) |Learn more about using the shell to navigate directories, manipulate and search files, and combine existing commands to do new things.| | [QC & Assembly](https://cloud-span.github.io/nerc-metagenomics03-qc-assembly/) | How to quality control and assemble a genome.| | [Polishing](https://cloud-span.github.io/nerc-metagenomics04-polishing/) | How to use short reads to polish your metagenome assembly | | [Binning & Functional Annotation](https://cloud-span.github.io/nerc-metagenomics05-binning/)| How to separate an assembly into MAGs and add functional annotation to these MAGs. |