annotate fastq_to_fasta.xml @ 4:e282bc27be9a draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit 4c002e52261da2e7609735883d91fa1610ce6ce7"
author iuc
date Thu, 30 Jan 2020 13:29:38 -0500
parents 02a5f43cd5d1
children 8979c288aefb
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 -v @FQQUAL@
4
e282bc27be9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_to_fasta commit 4c002e52261da2e7609735883d91fa1610ce6ce7"
iuc
parents: 3
diff changeset
12 @GZIP@ > '$output'
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
13 ]]></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
14 <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
15 <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
16 <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
17 <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
18 <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
19 </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
20 <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
21 <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
22 <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
23 </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
24 </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
25 <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
26 <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
27 </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
28 <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
29 <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
30 <!-- 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
31 <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
32 <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
33 <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
34 <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
35 </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
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 <!-- 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
38 <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
39 <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
40 <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
41 <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
42 </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
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 <!-- 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
45 <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
46 <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
47 <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
48 <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
49 </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
50 </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
51 <help><![CDATA[
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
52 **What it does**
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
53
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
54 This tool converts data from Solexa format to FASTA format (scroll down for format description).
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
55
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 **Example**
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
59
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
60 The following data in Solexa-FASTQ format::
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
61
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
62 @CSHL_4_FC042GAMMII_2_1_517_596
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
63 GGTCAATGATGAGTTGGCACTGTAGGCACCATCAAT
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
64 +CSHL_4_FC042GAMMII_2_1_517_596
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
65 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
66
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
67 Will be converted to FASTA (with 'rename sequence names' = NO)::
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
68
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
69 >CSHL_4_FC042GAMMII_2_1_517_596
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
70 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
71
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
72 Will be converted to FASTA (with 'rename sequence names' = YES)::
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
73
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
74 >1
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
75 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
76
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
77 ------
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
78
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
79 This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
80
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
81 .. __: 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
82 ]]></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
83 <expand macro="citations" />
0
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
84 <!-- FASTQ-to-FASTA is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
04614cf6ed39 Uploaded tool tarball.
devteam
parents:
diff changeset
85 </tool>