From 5315abef8dca859fb3e291542720b271379aa9d9 Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Thu, 7 Dec 2023 19:42:33 +0100 Subject: [PATCH] remove stray class tags --- _episodes/02-nextflow_scripting.md | 1 - _episodes/14-nfcore.md | 1 - 2 files changed, 2 deletions(-) diff --git a/_episodes/02-nextflow_scripting.md b/_episodes/02-nextflow_scripting.md index da316f50..5600842b 100644 --- a/_episodes/02-nextflow_scripting.md +++ b/_episodes/02-nextflow_scripting.md @@ -429,7 +429,6 @@ println mylist.findAll{it%2 == 0} > > ~~~ > > {: .language-groovy } > > The fifth element is `5`. Remember that the array index starts at 0. -> > {: .output} > {: .solution} {: .challenge} diff --git a/_episodes/14-nfcore.md b/_episodes/14-nfcore.md index bf363001..c9acd5e3 100644 --- a/_episodes/14-nfcore.md +++ b/_episodes/14-nfcore.md @@ -395,7 +395,6 @@ $ nf-core launch -r 3.0 rnaseq > ** Note ** : Do not run the command now. > > ## Solution > > -> > {: .solution} > > ~~~ > > $ nf-core launch rnaseq > > ~~~