annotate fastx_renamer.xml @ 1:02f8a17a4ebd draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:39:46 -0500
parents d7bce63e6e09
children d8a3d31554d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
1 <tool id="cshl_fastx_renamer" name="Rename sequences" version="0.0.11" >
1
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
2 <description></description>
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
3 <requirements>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
4 <requirement type="package" version="0.0.13">fastx_toolkit</requirement>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
5 </requirements>
1
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
6 <command>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
7 <![CDATA[
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
8 zcat -f < '$input' | fastx_renamer -n $TYPE -o '$output' -v
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
9 #if $input.ext == "fastqsanger":
1
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
10 -Q 33
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
11 #end if
1
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
12 ]]>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
13 </command>
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
14
1
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
15 <inputs>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
16 <param format="fastqsolexa,fasta,fastqsanger" name="input" type="data" label="FASTQ/A Library to rename" />
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
17
1
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
18 <param name="TYPE" type="select" label="Rename sequence identifiers to">
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
19 <option value="SEQ">Nucleotides sequence</option>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
20 <option value="COUNT">Numeric Counter</option>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
21 </param>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
22 </inputs>
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
23
1
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
24 <outputs>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
25 <data format_source="input" name="output" metadata_source="input" />
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
26 </outputs>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
27 <tests>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
28 </tests>
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
29 <help>
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
30 **What it does**
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
31
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
32 This tool renames the sequence identifiers in a FASTQ/A file.
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
33
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
34 .. class:: infomark
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
35
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
36 Use this tool at the beginning of your workflow, as a way to keep the original sequence (before trimming, clipping, barcode-removal, etc).
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
37
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
38 --------
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
39
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
40 **Example**
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
41
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
42 The following Solexa-FASTQ file::
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
43
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
44 @CSHL_4_FC042GAMMII_2_1_517_596
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
45 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
46 +CSHL_4_FC042GAMMII_2_1_517_596
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
47 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
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
48
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
49 Renamed to **nucleotides sequence**::
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
50
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
51 @GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
52 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
53 +GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
54 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
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
55
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
56 Renamed to **numeric counter**::
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
57
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
58 @1
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
59 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
60 +1
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
61 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
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
62
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
63 ------
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
64
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
65 This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
66
1
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
67 .. __: http://hannonlab.cshl.edu/fastx_toolkit/
02f8a17a4ebd planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
68 </help>
0
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
69 <!-- FASTQ-to-FASTA is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
70 </tool>