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