changeset 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
files fastx_collapser.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/fastx_collapser.xml	Wed Sep 25 11:08:42 2013 -0400
+++ b/fastx_collapser.xml	Tue Dec 03 12:36:14 2013 -0500
@@ -10,19 +10,19 @@
 	</command>
 
 	<inputs>
-		<param format="fasta,fastqsanger,fastqsolexa" version="1.0.0" name="input" type="data" label="Library to collapse" />
+		<param format="fasta,fastqsanger,fastqsolexa" name="input" type="data" label="Library to collapse" />
 	</inputs>
 
     <!-- The order of sequences in the test output differ between 32 bit and 64 bit machines. 
 	<tests>
 		<test>
-			<param version="1.0.0" name="input" value="fasta_collapser1.fasta" />
-			<output version="1.0.0" name="output" file="fasta_collapser1.out" />
+			<param name="input" value="fasta_collapser1.fasta" />
+			<param name="output" file="fasta_collapser1.out" />
 		</test>
 	</tests>
     -->
 	<outputs>
-		<data format="fasta" version="1.0.0" name="output" metadata_source="input" />
+		<data format="fasta" name="output" metadata_source="input" />
 	</outputs>
   <help>