Mercurial > repos > devteam > fastx_collapser
comparison fastx_collapser.xml @ 1:460c78dbadf8
Remove spurious version strings.
| author | Dave Bouvier <dave@bx.psu.edu> |
|---|---|
| date | Tue, 26 Nov 2013 12:47:40 -0500 |
| parents | 9246516d9dd5 |
| children | 17bfc147c9ea |
comparison
equal
deleted
inserted
replaced
| 0:9246516d9dd5 | 1:460c78dbadf8 |
|---|---|
| 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 <output 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 |
