Previous changeset 0:bcc5424a4a3c (2013-09-25) Next changeset 2:9353010b95df (2014-06-03) |
Commit message:
Removed excess version attributes. |
modified:
fastx_nucleotides_distribution.xml |
b |
diff -r bcc5424a4a3c -r 63d6e2daad48 fastx_nucleotides_distribution.xml --- 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 |
b |
@@ -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> |