From 04952abe0362040c75023d10d7da6a5e2e98bcf4 Mon Sep 17 00:00:00 2001 From: Tomoya Tanjo Date: Mon, 26 Feb 2018 17:51:58 +0900 Subject: [PATCH] Add test for an example in Section 19 --- _includes/cwl/conformance-test.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_includes/cwl/conformance-test.yml b/_includes/cwl/conformance-test.yml index 16647184..0516675b 100644 --- a/_includes/cwl/conformance-test.yml +++ b/_includes/cwl/conformance-test.yml @@ -156,16 +156,16 @@ location: Any # Section 19 -# See: Issue #48 -# - doc: Test for section 19 -# job: 19-custom-types/custom-types.yml -# tool: 19-custom-types/costom-types.cwl -# output: -# i5Annotations: -# class: File -# basename: test_proteins.i5_annotations -# location: Any -# size: Any # To be fixed +# Note: The checksum is always changed for every executions +- doc: Test for section 19 + job: 19-custom-types/custom-types.yml + tool: 19-custom-types/custom-types.cwl + output: + result: + class: File + basename: rich_sparse_otu_table.hdf5 + location: Any + size: 46992 # Section 20 # See: Issue #48