Previous changeset 0:e942fd3a76a5 (2013-09-25) Next changeset 2:421f0af4ee95 (2015-11-11) |
Commit message:
Removed excess version attributes. |
modified:
fastx_collapser.xml |
b |
diff -r e942fd3a76a5 -r 13c2d9e8c6d5 fastx_collapser.xml --- a/fastx_collapser.xml Wed Sep 25 11:08:42 2013 -0400 +++ b/fastx_collapser.xml Tue Dec 03 12:36:14 2013 -0500 |
b |
@@ -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> |