Mercurial > repos > devteam > fastx_reverse_complement
comparison fastx_reverse_complement.xml @ 1:a710c1b9776b
Remove spurious version strings.
| author | Dave Bouvier <dave@bx.psu.edu> |
|---|---|
| date | Tue, 26 Nov 2013 12:49:47 -0500 |
| parents | 03d7d89fddaa |
| children | 43540312cb76 |
comparison
equal
deleted
inserted
replaced
| 0:03d7d89fddaa | 1:a710c1b9776b |
|---|---|
| 7 #if $input.ext == "fastqsanger": | 7 #if $input.ext == "fastqsanger": |
| 8 -Q 33 | 8 -Q 33 |
| 9 #end if | 9 #end if |
| 10 </command> | 10 </command> |
| 11 <inputs> | 11 <inputs> |
| 12 <param format="fasta,fastqsolexa,fastqsanger" version="1.0.0" name="input" type="data" label="Library to reverse-complement" /> | 12 <param format="fasta,fastqsolexa,fastqsanger" name="input" type="data" label="Library to reverse-complement" /> |
| 13 </inputs> | 13 </inputs> |
| 14 | 14 |
| 15 <tests> | 15 <tests> |
| 16 <test> | 16 <test> |
| 17 <!-- Reverse-complement a FASTA file --> | 17 <!-- Reverse-complement a FASTA file --> |
| 18 <param version="1.0.0" name="input" value="fastx_rev_comp1.fasta" /> | 18 <param name="input" value="fastx_rev_comp1.fasta" /> |
| 19 <output version="1.0.0" name="output" file="fastx_reverse_complement1.out" /> | 19 <output name="output" file="fastx_reverse_complement1.out" /> |
| 20 </test> | 20 </test> |
| 21 <test> | 21 <test> |
| 22 <!-- Reverse-complement a FASTQ file --> | 22 <!-- Reverse-complement a FASTQ file --> |
| 23 <param version="1.0.0" name="input" value="fastx_rev_comp2.fastq" ftype="fastqsolexa"/> | 23 <param name="input" value="fastx_rev_comp2.fastq" ftype="fastqsolexa"/> |
| 24 <output version="1.0.0" name="output" file="fastx_reverse_complement2.out" /> | 24 <output name="output" file="fastx_reverse_complement2.out" /> |
| 25 </test> | 25 </test> |
| 26 </tests> | 26 </tests> |
| 27 | 27 |
| 28 | 28 |
| 29 <outputs> | 29 <outputs> |
| 30 <data format="input" version="1.0.0" name="output" metadata_source="input" /> | 30 <data format="input" name="output" metadata_source="input" /> |
| 31 </outputs> | 31 </outputs> |
| 32 | 32 |
| 33 <help> | 33 <help> |
| 34 **What it does** | 34 **What it does** |
| 35 | 35 |
