X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/7a2d69e125ee52fd3a7a6eeca6f673c6a083033e..611c455f8a94ab5dbd5c94415802b5c7fd009ffc:/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl diff --git a/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl b/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl index 56efe65..ee8ae4f 100644 --- a/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl +++ b/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl @@ -6,11 +6,11 @@ requirements: - class: SubworkflowFeatureRequirement inputs: - fastq1: + fastq1: type: File format: edam:format_1930 # FASTQ label: One of set of pair-end FASTQs (R1) - fastq2: + fastq2: type: File format: edam:format_1930 # FASTQ label: One of set of pair-end FASTQs (R2) @@ -91,7 +91,7 @@ steps: sample: sample out: [bam] samtools-sort: - run: samtools-sort.cwl + run: samtools-sort.cwl in: bam: bwamem-samtools-view/bam sample: sample @@ -124,7 +124,7 @@ steps: reportfunc: reportfunc headhtml: headhtml tailhtml: tailhtml - out: [report] + out: [report] s:codeRepository: https://github.com/arvados/arvados-tutorial s:license: https://www.gnu.org/licenses/agpl-3.0.en.html