From 2f8029fae95be67664dde4e8c40d7ef15fd64631 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 26 Apr 2022 14:45:38 -0400 Subject: [PATCH] Show arvados sections by default, instead of generic ones. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- _episodes/03-running.md | 8 ++++---- setup.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_episodes/03-running.md b/_episodes/03-running.md index 9229172..9c62714 100644 --- a/_episodes/03-running.md +++ b/_episodes/03-running.md @@ -88,12 +88,12 @@ gtf:
-
{{ generic_input_tab_content | markdownify}}
{{ arvados_input_tab_content | markdownify}}
+
{{ generic_input_tab_content | markdownify}}
# Debugging the workflow @@ -227,12 +227,12 @@ The CWL runner will print a results JSON object to standard output. It will loo
-
{{ generic_output_tab_content | markdownify}}
{{ arvados_output_tab_content | markdownify}}
+
{{ generic_output_tab_content | markdownify}}
This has a similar structure as `main-input.yaml`. The each output diff --git a/setup.md b/setup.md index b95aff9..358a1cc 100644 --- a/setup.md +++ b/setup.md @@ -175,12 +175,12 @@ arvados-cwl-runner bio-cwl-tools/STAR/STAR-Index.cwl chr1-star-index.yaml
-
{{ generic_tab_content | markdownify}}
{{ arvados_tab_content | markdownify}}
+
{{ generic_tab_content | markdownify}}
{% include links.md %} -- 2.30.2