annotate fasta_nucleotide_changer.xml @ 5:ec0b5076173a draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit 4c002e52261da2e7609735883d91fa1610ce6ce7"
author iuc
date Thu, 30 Jan 2020 13:28:49 -0500
parents 091ca73f5804
children f773e98b26cf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
091ca73f5804 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
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
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
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
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
37 **What it does**
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
38
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
39 This tool converts RNA FASTA files to DNA (and vice-versa).
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
40
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
41 In **RNA-to-DNA** mode, U's are changed into T's.
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
42
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
43 In **DNA-to-RNA** mode, T's are changed into U's.
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
44
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
45 --------
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
46
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
47 **Example**
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
48
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
49 Input RNA FASTA file ( from Sanger's mirBase )::
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
50
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
51 >cel-let-7 MIMAT0000001 Caenorhabditis elegans let-7
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
52 UGAGGUAGUAGGUUGUAUAGUU
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
53 >cel-lin-4 MIMAT0000002 Caenorhabditis elegans lin-4
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
54 UCCCUGAGACCUCAAGUGUGA
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
55 >cel-miR-1 MIMAT0000003 Caenorhabditis elegans miR-1
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
56 UGGAAUGUAAAGAAGUAUGUA
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
57
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
58 Output DNA FASTA file (with RNA-to-DNA mode)::
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
59
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
60 >cel-let-7 MIMAT0000001 Caenorhabditis elegans let-7
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
61 TGAGGTAGTAGGTTGTATAGTT
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
62 >cel-lin-4 MIMAT0000002 Caenorhabditis elegans lin-4
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
63 TCCCTGAGACCTCAAGTGTGA
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
64 >cel-miR-1 MIMAT0000003 Caenorhabditis elegans miR-1
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
65 TGGAATGTAAAGAAGTATGTA
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
66
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
67
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
68 ------
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
69
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
70 This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
71
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
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
4b41e3076a50 Uploaded tool tarball.
devteam
parents:
diff changeset
75 </tool>