Mercurial > repos > devteam > fasta_nucleotide_changer
annotate fasta_nucleotide_changer.xml @ 4:da8b20552cf4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
author | iuc |
---|---|
date | Wed, 22 Aug 2018 11:01:47 -0400 |
parents | ea1b0d77314d |
children | 156cfcd126c3 |
rev | line source |
---|---|
4
da8b20552cf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
iuc
parents:
3
diff
changeset
|
1 <tool id="cshl_fasta_nucleotides_changer" version="1.0.2" name="RNA/DNA" > |
2
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
2 <description>converter</description> |
3
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
3 <macros> |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
4 <import>macros.xml</import> |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
5 </macros> |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
6 <expand macro="requirements" /> |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
8 @CATS@ fasta_nucleotide_changer |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
9 -$mode |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
10 -v |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
11 -o '$output' |
4
da8b20552cf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
iuc
parents:
3
diff
changeset
|
12 @GZIP@ |
3
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
13 ]]></command> |
2
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
14 <inputs> |
3
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
15 <expand macro="fasta_input" /> |
0 | 16 |
2
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
17 <param name="mode" type="select" label="Convert"> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
18 <option value="d">RNA to DNA (U to T)</option> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
19 <option value="r">DNA to RNA (T to U)</option> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
20 </param> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
21 </inputs> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
22 <outputs> |
3
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
23 <data name="output" format_source="input" metadata_source="input" /> |
2
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
24 </outputs> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
25 <tests> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
26 <test> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
27 <param name="input" value="fasta_nuc_changer1.fasta" /> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
28 <param name="mode" value="r" /> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
29 <output name="output" ftype="fasta" file="fasta_nuc_change1.out" /> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
30 </test> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
31 <test> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
32 <param name="input" value="fasta_nuc_changer2.fasta" /> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
33 <param name="mode" value="d" /> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
34 <output name="output" ftype="fasta" file="fasta_nuc_change2.out" /> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
35 </test> |
1cabf6626797
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
1
diff
changeset
|
36 </tests> |
3
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
37 <help><![CDATA[ |
0 | 38 **What it does** |
39 | |
40 This tool converts RNA FASTA files to DNA (and vice-versa). | |
41 | |
42 In **RNA-to-DNA** mode, U's are changed into T's. | |
43 | |
44 In **DNA-to-RNA** mode, T's are changed into U's. | |
45 | |
46 -------- | |
47 | |
48 **Example** | |
49 | |
50 Input RNA FASTA file ( from Sanger's mirBase ):: | |
51 | |
52 >cel-let-7 MIMAT0000001 Caenorhabditis elegans let-7 | |
53 UGAGGUAGUAGGUUGUAUAGUU | |
54 >cel-lin-4 MIMAT0000002 Caenorhabditis elegans lin-4 | |
55 UCCCUGAGACCUCAAGUGUGA | |
56 >cel-miR-1 MIMAT0000003 Caenorhabditis elegans miR-1 | |
57 UGGAAUGUAAAGAAGUAUGUA | |
58 | |
59 Output DNA FASTA file (with RNA-to-DNA mode):: | |
60 | |
61 >cel-let-7 MIMAT0000001 Caenorhabditis elegans let-7 | |
62 TGAGGTAGTAGGTTGTATAGTT | |
63 >cel-lin-4 MIMAT0000002 Caenorhabditis elegans lin-4 | |
64 TCCCTGAGACCTCAAGTGTGA | |
65 >cel-miR-1 MIMAT0000003 Caenorhabditis elegans miR-1 | |
66 TGGAATGTAAAGAAGTATGTA | |
67 | |
68 | |
69 ------ | |
70 | |
71 This tool is based on `FASTX-toolkit`__ by Assaf Gordon. | |
72 | |
73 .. __: http://hannonlab.cshl.edu/fastx_toolkit/ | |
3
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
74 ]]></help> |
ea1b0d77314d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
2
diff
changeset
|
75 <expand macro="citations" /> |
0 | 76 </tool> |