From: Peter Amstutz Date: Tue, 26 Apr 2022 18:45:38 +0000 (-0400) Subject: Show arvados sections by default, instead of generic ones. X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/2f8029fae95be67664dde4e8c40d7ef15fd64631 Show arvados sections by default, instead of generic ones. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- 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 %}