Skip to content

Commit

Permalink
Try to fix tool test
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 committed Nov 29, 2024
1 parent 129b8a2 commit 891d7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/tools/harmonize_two_collections_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<collection type="list:paired">
<element name="element_1">
<collection type="paired">
<element name="forward" value="1.fastq" ftype="fastq" />
<element name="forward" value="1.fastqsanger" ftype="fastqsanger" />
<element name="reverse" value="1.fastqsanger" ftype="fastqsanger" />
</collection>
</element>
Expand All @@ -197,7 +197,7 @@
</output_collection>
<output_collection name="output2" type="list:paired" count="1">
<element name="element_1">
<element name="forward" file="1.fastq" ftype="fastq" />
<element name="forward" file="1.fastqsanger" ftype="fastqsanger" />
<element name="reverse" file="1.fastqsanger" ftype="fastqsanger" />
</element>
</output_collection>
Expand Down

0 comments on commit 891d7aa

Please sign in to comment.