File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
tool_collections/fastx_toolkit/fastx_collapser Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
<tool id =" cshl_fastx_collapser" version =" 1.0.0" name =" Collapse" >
2
2
<description >sequences</description >
3
3
<requirements >
4
- <requirement type =" package" version =" 0.0.13 " >fastx_toolkit</requirement >
4
+ <requirement type =" package" version =" 0.0.14 " >fastx_toolkit</requirement >
5
5
</requirements >
6
6
<command >
7
7
<![CDATA[
@@ -11,21 +11,19 @@ zcat -f < '$input' | fastx_collapser -v -o '$output'
11
11
#end if
12
12
]]>
13
13
</command >
14
-
15
14
<inputs >
16
15
<param format =" fasta,fastqsanger,fastqsolexa" name =" input" type =" data" label =" Library to collapse" />
17
16
</inputs >
18
17
<outputs >
19
18
<data format =" fasta" name =" output" metadata_source =" input" />
20
19
</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. -->
22
21
<tests >
23
22
<test >
24
23
<param name =" input" value =" fasta_collapser1.fasta" />
25
24
<param name =" output" file =" fasta_collapser1.out" />
26
25
</test >
27
26
</tests >
28
- -->
29
27
<help >
30
28
**What it does**
31
29
You can’t perform that action at this time.
0 commit comments