Commit 46b4ba06 authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix edam syntax input+output is singular

parent e671dc15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP

cd $AUTOPKGTEST_TMP

set -x
gunzip *.gz

/usr/bin/fastqc example.fastq
+2 −2
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@ scopes:
  - name: summary
    function:
      - Sequencing quality control
    inputs:
    input:
      - data: Sequence
        formats: [FASTQ, BAM, SAM]
    outputs:
    output:
      - data: Report
        formats: [Text, HTML]