From 9e5c63d8405d97638372f965e33bff2b7cf291c8 Mon Sep 17 00:00:00 2001 From: Erin Becker Date: Fri, 14 Jun 2024 12:10:08 -0700 Subject: [PATCH] Create docs directory --- episodes/05-automation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/episodes/05-automation.md b/episodes/05-automation.md index c6d10658..9f6166ab 100644 --- a/episodes/05-automation.md +++ b/episodes/05-automation.md @@ -158,6 +158,7 @@ what we are doing. ```output echo "Saving summary..." +mkdir -p ~/dc_workshops/docs cat */summary.txt > ~/dc_workshop/docs/fastqc_summaries.txt ```