From 8d31380add9c37d53f3d9cbd2a34e746ea78f4cc Mon Sep 17 00:00:00 2001 From: Alexis Lucattini Date: Thu, 9 May 2024 13:20:56 +1000 Subject: [PATCH] Update challenge format --- episodes/03-dependency_graphs.Rmd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/episodes/03-dependency_graphs.Rmd b/episodes/03-dependency_graphs.Rmd index bce6f60..fb95706 100644 --- a/episodes/03-dependency_graphs.Rmd +++ b/episodes/03-dependency_graphs.Rmd @@ -124,19 +124,19 @@ rna_seq_workflow_2.cwl:51:11: Source 'alignment' of type ["File", {"type": "arra rna_seq_workflow_2.cwl:56:7: with sink 'bam_sorted' of type "File" ``` -:::::::::::::::::::: challenge +
-### What's in a warning 🌶🌶🌶 +:::::::::::::::::::: challenge -Should we be concerned about this warning? +### Should we be concerned about this warning 🌶🌶🌶 -If not, why not? +Not all warnings are bad. +Should we be concerned about this warning? If not, why not? :::::::::::::::::::: :::::::::::::::::::: solution -### Not all warnings are bad In this case, the outputs of the mapping step may instead either be just one file, OR an array of files.