Commit b98c7ef4 authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix edam syntax input+output is singular

parent c4e72657
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ scopes:
  - name: summary
    function:
      - Sequencing quality control
    inputs:
    input:
      - data: Sequence
        formats: [Text, FASTQ]
    outputs:
    output:
      - data: Sequence
        formats: [FASTQ]