comparison fastx_collapser.xml @ 1:13c2d9e8c6d5

Removed excess version attributes.
author Dave Bouvier <dave@bx.psu.edu>
date Tue, 03 Dec 2013 12:36:14 -0500
parents e942fd3a76a5
children 421f0af4ee95
comparison
equal deleted inserted replaced
0:e942fd3a76a5 1:13c2d9e8c6d5
8 -Q 33 8 -Q 33
9 #end if 9 #end if
10 </command> 10 </command>
11 11
12 <inputs> 12 <inputs>
13 <param format="fasta,fastqsanger,fastqsolexa" version="1.0.0" name="input" type="data" label="Library to collapse" /> 13 <param format="fasta,fastqsanger,fastqsolexa" name="input" type="data" label="Library to collapse" />
14 </inputs> 14 </inputs>
15 15
16 <!-- The order of sequences in the test output differ between 32 bit and 64 bit machines. 16 <!-- The order of sequences in the test output differ between 32 bit and 64 bit machines.
17 <tests> 17 <tests>
18 <test> 18 <test>
19 <param version="1.0.0" name="input" value="fasta_collapser1.fasta" /> 19 <param name="input" value="fasta_collapser1.fasta" />
20 <output version="1.0.0" name="output" file="fasta_collapser1.out" /> 20 <param name="output" file="fasta_collapser1.out" />
21 </test> 21 </test>
22 </tests> 22 </tests>
23 --> 23 -->
24 <outputs> 24 <outputs>
25 <data format="fasta" version="1.0.0" name="output" metadata_source="input" /> 25 <data format="fasta" name="output" metadata_source="input" />
26 </outputs> 26 </outputs>
27 <help> 27 <help>
28 28
29 **What it does** 29 **What it does**
30 30