From b899fcb7442ec914a10903ac6a637112bab674b7 Mon Sep 17 00:00:00 2001 From: Manabu ISHII Date: Wed, 4 Oct 2017 14:38:59 +0900 Subject: [PATCH] Fix input file parameter name In user guide 16 `cwl/metadata_exmple.cwl` and in that cwl file specified input files following https://github.com/common-workflow-language/user_guide/blob/68a9ecdbbb1759ff15264937e049984b33ed1041/_includes/cwl/metadata_example.cwl#L8 `aligned_sequences` is used. --- _includes/cwl/sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/cwl/sample.yml b/_includes/cwl/sample.yml index 0490a06e..89a41813 100644 --- a/_includes/cwl/sample.yml +++ b/_includes/cwl/sample.yml @@ -1,4 +1,4 @@ -bam_input: +aligned_sequences: class: File format: http://edamontology.org/format_2572 path: file-formats.bam