From 5e5cb67e26968e7cdc1d68126fd6c84e1282ede0 Mon Sep 17 00:00:00 2001 From: kerstenbreuer Date: Tue, 26 Nov 2019 17:20:53 +0100 Subject: [PATCH] update packed --- CWL/workflows/packed/ATACseq.cwl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CWL/workflows/packed/ATACseq.cwl b/CWL/workflows/packed/ATACseq.cwl index d563dce..e2e12f9 100644 --- a/CWL/workflows/packed/ATACseq.cwl +++ b/CWL/workflows/packed/ATACseq.cwl @@ -2283,9 +2283,7 @@ "doc": "List of fastq files containing the first mate of raw reads.\nMuliple files are provided if multiplexing of the same library has been done\non multiple lanes. The reads comming from different fastq files are pooled\nafter alignment. Also see parameter \"fastq2\".\n", "type": { "type": "array", - "items": [ - "File" - ] + "items": "File" }, "id": "#main/fastq1" }, @@ -2293,9 +2291,7 @@ "doc": "List of fastq files containing the second mate of raw reads.\nImportant: this list has to be of same length as parameter \"fastq1\".\n", "type": { "type": "array", - "items": [ - "File" - ] + "items": "File" }, "id": "#main/fastq2" },