From 53a47a18a45270c3f037fabe9cc973c66bfe50bf Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Fri, 8 Jan 2021 23:44:47 +0100 Subject: sample_id in the FASTA has to match the sample_id in the YAML --- workflows/yamlfa2ttl/check_metadata.cwl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'workflows/yamlfa2ttl/check_metadata.cwl') diff --git a/workflows/yamlfa2ttl/check_metadata.cwl b/workflows/yamlfa2ttl/check_metadata.cwl index 72c4d36..593155b 100644 --- a/workflows/yamlfa2ttl/check_metadata.cwl +++ b/workflows/yamlfa2ttl/check_metadata.cwl @@ -12,13 +12,16 @@ inputs: path_yaml: type: string inputBinding: {position: 2} + path_fasta: + type: string + inputBinding: {position: 3} path_schema_yaml: type: File - inputBinding: {position: 3} + inputBinding: {position: 4} default: {class: File, location: ../../bh20sequploader/bh20seq-schema.yml} path_shex_rdf: type: File - inputBinding: {position: 4} + inputBinding: {position: 5} default: {class: File, location: ../../bh20sequploader/bh20seq-shex.rdf} outputs: [] -- cgit v1.2.3