changeset 1:63d6e2daad48

Removed excess version attributes.
author Dave Bouvier <dave@bx.psu.edu>
date Tue, 03 Dec 2013 12:36:14 -0500
parents bcc5424a4a3c
children 9353010b95df
files fastx_nucleotides_distribution.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fastx_nucleotides_distribution.xml	Wed Sep 25 11:14:24 2013 -0400
+++ b/fastx_nucleotides_distribution.xml	Tue Dec 03 12:36:14 2013 -0500
@@ -6,11 +6,11 @@
 	<command>fastx_nucleotide_distribution_graph.sh -t '$input.name' -i $input -o $output</command>
 	
 	<inputs>
-		<param format="txt" version="1.0.0" name="input" type="data" label="Statistics Text File" help="output of 'FASTX Statistics' tool" />
+		<param format="txt" name="input" type="data" label="Statistics Text File" help="output of 'FASTX Statistics' tool" />
 	</inputs>
 	
 	<outputs>
-		<data format="png" version="1.0.0" name="output" metadata_source="input" />
+		<data format="png" name="output" metadata_source="input" />
 	</outputs>
 <help>