From: Peter Amstutz Date: Tue, 2 Feb 2021 20:19:07 +0000 (-0500) Subject: Fix ToC X-Git-Url: https://git.arvados.org/arvados-vscode-cwl-training.git/commitdiff_plain/f07c87d740c5d60985311da49fec7e29e5104c79 Fix ToC Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/README.md b/README.md index e1cfd7b..188ca26 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ These lessons give step by step instructions for using Visual Studio Code (abbreviated "vscode") to develop CWL workflows on Arvados. 1. Set up SSH -1. Install vscode and necessary extensions -1. Use vscode to connect to an Arvados shell node for development -1. Create an simple command line tool, run it, and view the log -1. Upload input, create a command line tool to process it, and view the output +1. Install vscode and necessary extensions, then use vscode to connect to an Arvados shell node for development +1. Register a workflow, run it on workbench, and view the log +1. Upload input, run a workflow on it, and view the output +1. Register a workflow with default inputs +1. Run a workflow without registering it ## 1. SSH Setup @@ -56,7 +57,7 @@ Code (abbreviated "vscode") to develop CWL workflows on Arvados. 1. Workbench: Copy the string following `ARVADOS_API_TOKEN=` 1. Vscode: Paste the string at the `Value for ARVADOS_API_TOKEN` prompt -# 3. Register & run a workflow +## 3. Register & run a workflow 1. Vscode: Click on the `lesson1/main.cwl` file 1. Click on the `Terminal` menu