annotate fastq_to_fasta.xml @ 3:02a5f43cd5d1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
author iuc
date Wed, 22 Aug 2018 11:04:47 -0400
parents ce309f4ff17f
children e282bc27be9a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
02a5f43cd5d1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
iuc
parents: 2
diff changeset
1 <tool id="cshl_fastq_to_fasta" name="FASTQ to FASTA" version="1.0.2">
2
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
2 <description>converter from FASTX-toolkit</description>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
3 <macros>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
4 <import>macros.xml</import>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
5 </macros>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
6 <expand macro="requirements" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
8 @CATS@ fastq_to_fasta
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
9 $SKIPN
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
10 $RENAMESEQ
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
11 -o '$output'
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
12 -v @FQQUAL@
3
02a5f43cd5d1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
iuc
parents: 2
diff changeset
13 @GZIP@
2
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
14 ]]></command>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
15 <inputs>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
16 <expand macro="fastq_input" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
17 <param name="SKIPN" type="select" label="Discard sequences with unknown (N) bases ">
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
18 <option value="">yes</option>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
19 <option value="-n">no</option>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
20 </param>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
21 <param name="RENAMESEQ" type="select" label="Rename sequence names in output file (reduces file size)">
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
22 <option value="-r">yes</option>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
23 <option value="">no</option>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
24 </param>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
25 </inputs>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
26 <outputs>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
27 <data name="output" format="fasta" metadata_source="input" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
28 </outputs>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
29 <tests>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
30 <test>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
31 <!-- FASTQ-To-FASTA, keep N, don't rename -->
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
32 <param name="input" value="fastq_to_fasta1.fastq" ftype="fastqsolexa" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
33 <param name="SKIPN" value=""/>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
34 <param name="RENAMESEQ" value=""/>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
35 <output name="output" file="fastq_to_fasta1a.out" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
36 </test>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
37 <test>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
38 <!-- FASTQ-To-FASTA, discard N, rename -->
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
39 <param name="input" value="fastq_to_fasta1.fastq" ftype="fastqsolexa" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
40 <param name="SKIPN" value="no"/>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
41 <param name="RENAMESEQ" value="yes"/>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
42 <output name="output" file="fastq_to_fasta1b.out" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
43 </test>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
44 <test>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
45 <!-- FASTQ-To-FASTA, discard N, rename -->
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
46 <param name="input" value="fastq_to_fasta-in2.fastq" ftype="fastqsanger" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
47 <param name="SKIPN" value="no"/>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
48 <param name="RENAMESEQ" value="yes"/>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
49 <output name="output" file="fastq_to_fasta-out2.out" />
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
50 </test>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
51 </tests>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
52 <help><![CDATA[
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
53 **What it does**
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
54
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
55 This tool converts data from Solexa format to FASTA format (scroll down for format description).
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
56
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
57 --------
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
58
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
59 **Example**
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
60
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
61 The following data in Solexa-FASTQ format::
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
62
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
63 @CSHL_4_FC042GAMMII_2_1_517_596
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
64 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
65 +CSHL_4_FC042GAMMII_2_1_517_596
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
66 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
186b8d913e6c planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
67
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
68 Will be converted to FASTA (with 'rename sequence names' = NO)::
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
69
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
70 >CSHL_4_FC042GAMMII_2_1_517_596
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
71 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
1
186b8d913e6c planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
72
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
73 Will be converted to FASTA (with 'rename sequence names' = YES)::
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
74
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
75 >1
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
76 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
1
186b8d913e6c planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
77
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
78 ------
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
79
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
80 This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
81
1
186b8d913e6c planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
82 .. __: http://hannonlab.cshl.edu/fastx_toolkit/
2
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
83 ]]></help>
ce309f4ff17f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 1
diff changeset
84 <expand macro="citations" />
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
85 <!-- FASTQ-to-FASTA is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
86 </tool>