From 7b537fd2d907106962e2af0e9718cf110b3692ed Mon Sep 17 00:00:00 2001 From: Parcelli <85280870+Parcelli@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:54:47 +0300 Subject: [PATCH] Fix typo Fixes https://github.com/datacarpentry/wrangling-genomics/issues/215 --- episodes/04-variant_calling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-variant_calling.md b/episodes/04-variant_calling.md index 435e5b86..0b1a905b 100644 --- a/episodes/04-variant_calling.md +++ b/episodes/04-variant_calling.md @@ -500,7 +500,7 @@ in the gene *mutL*, which controls DNA mismatch repair. In order to use IGV, we will need to transfer some files to our local machine. We know how to do this with `scp`. Open a new tab in your terminal window and create a new folder. We will put this folder on our Desktop for -demonstration purposes, but in general you should avoide proliferating folders and files on your Desktop and +demonstration purposes, but in general you should avoid proliferating folders and files on your Desktop and instead organize files within a directory structure like we have been using in our `dc_workshop` directory. ```bash