Mercurial > repos > devteam > fastx_reverse_complement
comparison fastx_reverse_complement.xml @ 1:5bd826723d61
Removed excess version attributes.
author | Dave Bouvier <dave@bx.psu.edu> |
---|---|
date | Tue, 03 Dec 2013 12:36:14 -0500 |
parents | c58871138668 |
children | e246088b6e34 |
comparison
equal
deleted
inserted
replaced
0:c58871138668 | 1:5bd826723d61 |
---|---|
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 <param 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 <param 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 |