Mercurial > repos > devteam > fastx_renamer
annotate fastx_renamer.xml @ 3:d8baeed2ce62 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
| author | iuc |
|---|---|
| date | Wed, 22 Aug 2018 11:03:24 -0400 |
| parents | 2b324adf4e58 |
| children | 51b360968c30 |
| rev | line source |
|---|---|
|
2
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
1 <tool id="cshl_fastx_renamer" name="Rename sequences" version="@VERSION@+galaxy0" > |
|
1
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
2 <description></description> |
|
2
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
3 <macros> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
4 <import>macros.xml</import> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
5 </macros> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
6 <expand macro="requirements" /> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
8 @CATS@ fastx_renamer |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
9 -n $TYPE |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
10 -o '$output' |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
11 -v |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
12 @FQQUAL@ |
|
3
d8baeed2ce62
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
iuc
parents:
2
diff
changeset
|
13 @GZIP@ |
|
2
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
14 ]]></command> |
| 0 | 15 |
|
1
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
16 <inputs> |
|
2
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
17 <expand macro="fastx_input" /> |
| 0 | 18 |
|
1
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
19 <param name="TYPE" type="select" label="Rename sequence identifiers to"> |
|
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
20 <option value="SEQ">Nucleotides sequence</option> |
|
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
21 <option value="COUNT">Numeric Counter</option> |
|
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
22 </param> |
|
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
23 </inputs> |
| 0 | 24 |
|
1
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
25 <outputs> |
|
2
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
26 <data name="output" format_source="input" metadata_source="input" /> |
|
1
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
27 </outputs> |
|
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
28 <tests> |
|
2
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
29 <test> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
30 <param name="input" value="fastx_renamer-in1.fastq" /> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
31 <param name="TYPE" value="SEQ" /> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
32 <output name="output" file="fastx_renamer-out1.fastq" /> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
33 </test> |
|
1
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
34 </tests> |
|
2
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
35 <help><![CDATA[ |
| 0 | 36 **What it does** |
| 37 | |
| 38 This tool renames the sequence identifiers in a FASTQ/A file. | |
| 39 | |
| 40 .. class:: infomark | |
| 41 | |
| 42 Use this tool at the beginning of your workflow, as a way to keep the original sequence (before trimming, clipping, barcode-removal, etc). | |
| 43 | |
| 44 -------- | |
| 45 | |
| 46 **Example** | |
| 47 | |
| 48 The following Solexa-FASTQ file:: | |
| 49 | |
| 50 @CSHL_4_FC042GAMMII_2_1_517_596 | |
| 51 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT | |
| 52 +CSHL_4_FC042GAMMII_2_1_517_596 | |
| 53 40 40 40 40 40 40 40 40 40 40 38 40 40 40 40 40 14 40 40 40 40 40 36 40 13 14 24 24 9 24 9 40 10 10 15 40 | |
|
1
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
54 |
| 0 | 55 Renamed to **nucleotides sequence**:: |
| 56 | |
| 57 @GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT | |
| 58 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT | |
| 59 +GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT | |
| 60 40 40 40 40 40 40 40 40 40 40 38 40 40 40 40 40 14 40 40 40 40 40 36 40 13 14 24 24 9 24 9 40 10 10 15 40 | |
| 61 | |
| 62 Renamed to **numeric counter**:: | |
| 63 | |
| 64 @1 | |
| 65 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT | |
| 66 +1 | |
| 67 40 40 40 40 40 40 40 40 40 40 38 40 40 40 40 40 14 40 40 40 40 40 36 40 13 14 24 24 9 24 9 40 10 10 15 40 | |
| 68 | |
| 69 ------ | |
| 70 | |
| 71 This tool is based on `FASTX-toolkit`__ by Assaf Gordon. | |
| 72 | |
|
1
defaa5ba1ee2
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
73 .. __: http://hannonlab.cshl.edu/fastx_toolkit/ |
|
2
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
74 ]]></help> |
|
2b324adf4e58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents:
1
diff
changeset
|
75 <expand macro="citations" /> |
| 0 | 76 </tool> |
