Updataing readme and yml files
[arvados-tutorial.git] / WGS-processing / README.md
index aa2d8e687cab773cca3f921d77fce9720198f6aa..71ec46a7ec776b4e16d1e186adfc447d1fbf22bc 100644 (file)
@@ -5,7 +5,7 @@ This directory contains an Arvados demo showing processing of whole genome seque
 * Variant calling in parallel using GATK Haplotype Caller (https://gatk.broadinstitute.org/hc/en-us)
 * Generation of an HTML report comparing variants against ClinVar archive (https://www.ncbi.nlm.nih.gov/clinvar/)
 
-Workflows are written in CWL v1.1. 
+Workflows are written in CWL v1.1. (https://www.commonwl.org/)
 
 Subdirectories are:
 * cwl - contains CWL code for the demo
@@ -15,9 +15,8 @@ Subdirectories are:
 
 To run the workflow:
 
-* cd into cwl directory
 * run the following:
-  arvados-cwl-runner --no-wait --project-uuid YOUR_PROJECT_UUID wgs-processing-wf.cwl ../yml/YOURINPUTS.yml
+  arvados-cwl-runner --no-wait --project-uuid YOUR_PROJECT_UUID ./cwl/wgs-processing-wf.cwl ./yml/YOURINPUTS.yml
 
 About the Demo Data:
 WGS Data used in this demo is public data made available by the Personal Genome Project.