From edf9169a175f754ce17417eec7260dea1e71c13b Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 16 Feb 2021 19:12:13 -0500 Subject: [PATCH] Fix links again --- _episodes/02-workflow.md | 2 +- _episodes/03-running.md | 2 +- _episodes/04-commandlinetool.md | 4 ++-- _episodes/05-scatter.md | 12 ++++++------ _episodes/06-expressions.md | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/_episodes/02-workflow.md b/_episodes/02-workflow.md index 6e173e1..eccdeba 100644 --- a/_episodes/02-workflow.md +++ b/_episodes/02-workflow.md @@ -450,5 +450,5 @@ outputs: {: .language-yaml } > ## Episode solution -> * main.cwl +> * main.cwl {: .solution} diff --git a/_episodes/03-running.md b/_episodes/03-running.md index 2fbaafc..47f7aab 100644 --- a/_episodes/03-running.md +++ b/_episodes/03-running.md @@ -158,7 +158,7 @@ Resource requirements you can set include: {: .challenge } > ## Episode solution -> * main.cwl +> * main.cwl {: .solution} # Workflow results diff --git a/_episodes/04-commandlinetool.md b/_episodes/04-commandlinetool.md index 81f3447..a1dd901 100644 --- a/_episodes/04-commandlinetool.md +++ b/_episodes/04-commandlinetool.md @@ -266,6 +266,6 @@ add it to our workflow. {: .challenge} > ## Episode solution -> * main.cwl -> * featureCounts.cwl +> * main.cwl +> * featureCounts.cwl {: .solution} diff --git a/_episodes/05-scatter.md b/_episodes/05-scatter.md index f228775..224fdc9 100644 --- a/_episodes/05-scatter.md +++ b/_episodes/05-scatter.md @@ -75,9 +75,9 @@ requirements: {: .challenge } > ## Part 1 solution -> * main.cwl -> * alignment.cwl -> * featureCounts.cwl +> * main.cwl +> * alignment.cwl +> * featureCounts.cwl {: .solution} # Scattering @@ -142,9 +142,9 @@ requirements: {: .language-yaml } > ## Part 2 solution -> * main.cwl -> * alignment.cwl -> * featureCounts.cwl +> * main.cwl +> * alignment.cwl +> * featureCounts.cwl {: .solution} # Input parameter lists diff --git a/_episodes/06-expressions.md b/_episodes/06-expressions.md index d6349b1..4eb8584 100644 --- a/_episodes/06-expressions.md +++ b/_episodes/06-expressions.md @@ -166,8 +166,8 @@ outputs: {: .challenge } > ## Episode solution -> * main.cwl -> * alignment.cwl -> * featureCounts.cwl -> * subdirs.cwl +> * main.cwl +> * alignment.cwl +> * featureCounts.cwl +> * subdirs.cwl {: .solution} -- 2.30.2