Skip to content

Commit 739dcf1

Browse files
bgrueningmvdbeek
authored andcommitted
test collapser
1 parent 61881e1 commit 739dcf1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tool_collections/fastx_toolkit/fastx_collapser/fastx_collapser.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<tool id="cshl_fastx_collapser" version="1.0.0" name="Collapse">
22
<description>sequences</description>
33
<requirements>
4-
<requirement type="package" version="0.0.13">fastx_toolkit</requirement>
4+
<requirement type="package" version="0.0.14">fastx_toolkit</requirement>
55
</requirements>
66
<command>
77
<![CDATA[
@@ -11,21 +11,19 @@ zcat -f < '$input' | fastx_collapser -v -o '$output'
1111
#end if
1212
]]>
1313
</command>
14-
1514
<inputs>
1615
<param format="fasta,fastqsanger,fastqsolexa" name="input" type="data" label="Library to collapse" />
1716
</inputs>
1817
<outputs>
1918
<data format="fasta" name="output" metadata_source="input" />
2019
</outputs>
21-
<!-- The order of sequences in the test output differ between 32 bit and 64 bit machines.
20+
<!-- The order of sequences in the test output differ between 32 bit and 64 bit machines. -->
2221
<tests>
2322
<test>
2423
<param name="input" value="fasta_collapser1.fasta" />
2524
<param name="output" file="fasta_collapser1.out" />
2625
</test>
2726
</tests>
28-
-->
2927
<help>
3028
**What it does**
3129

0 commit comments

Comments
 (0)