annotate fastx_renamer.xml @ 0:d7bce63e6e09 draft

Uploaded tool tarball.
author devteam
date Wed, 25 Sep 2013 11:19:14 -0400
parents
children 02f8a17a4ebd
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" >
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
2 <description></description>
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>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
6 <command>zcat -f $input | fastx_renamer -n $TYPE -o $output -v
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
7 #if $input.ext == "fastqsanger":
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
8 -Q 33
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
9 #end if
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
10 </command>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
11
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
12 <inputs>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
13 <param format="fastqsolexa,fasta,fastqsanger" name="input" type="data" label="FASTQ/A Library to rename" />
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
14
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
15 <param name="TYPE" type="select" label="Rename sequence identifiers to">
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
16 <option value="SEQ">Nucleotides sequence</option>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
17 <option value="COUNT">Numeric Counter</option>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
18 </param>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
19 </inputs>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
20
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
21 <outputs>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
22 <data format="input" name="output" metadata_source="input" />
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
23 </outputs>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
24
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
25 <help>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
26
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
27 **What it does**
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
28
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
29 This tool renames the sequence identifiers in a FASTQ/A file.
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
30
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
31 .. class:: infomark
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
32
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
33 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
34
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
35 --------
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
36
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
37 **Example**
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
38
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
39 The following Solexa-FASTQ file::
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
40
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
41 @CSHL_4_FC042GAMMII_2_1_517_596
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
42 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
43 +CSHL_4_FC042GAMMII_2_1_517_596
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
44 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
45
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
46 Renamed to **nucleotides sequence**::
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
47
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
48 @GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
49 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
50 +GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
51 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
52
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
53 Renamed to **numeric counter**::
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
54
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
55 @1
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
56 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
57 +1
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
58 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
59
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
60 ------
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
61
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
62 This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
63
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
64 .. __: http://hannonlab.cshl.edu/fastx_toolkit/
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
65 </help>
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
66 <!-- FASTQ-to-FASTA is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
d7bce63e6e09 Uploaded tool tarball.
devteam
parents:
diff changeset
67 </tool>