annotate fastq_to_tabular.xml @ 1:7da7ddea4425 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_to_tabular commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:42:45 -0500
parents bc9269529e88
children ccf4e1d1fcbe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
1 <tool id="fastq_to_tabular" name="FASTQ to Tabular" version="1.1.0">
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
2 <description>converter</description>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
3 <requirements>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
4 <requirement type="package" version="1.0.0">galaxy_sequence_utils</requirement>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
5 </requirements>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
6 <command interpreter="python">fastq_to_tabular.py '$input_file' '$output_file' $descr_columns '${input_file.extension[len( 'fastq' ):]}'</command>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
7 <inputs>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
8 <param name="input_file" type="data" format="fastqsanger,fastqcssanger,fastqillumina,fastqsolexa" label="FASTQ file to convert" />
1
7da7ddea4425 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_to_tabular commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
9 <param name="descr_columns" type="integer" value="1" label="How many columns to divide title string into?" help="Typically 2 to take the ID (first word) and decription (rest) as two columns, or 1 to give a single column">
0
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
10 <validator type="in_range" min="1" />
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
11 </param>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
12 </inputs>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
13 <outputs>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
14 <data name="output_file" format="tabular" />
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
15 </outputs>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
16 <tests>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
17 <!-- basic test -->
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
18 <test>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
19 <param name="input_file" value="sanger_full_range_original_sanger.fastqsanger" ftype="fastqsanger" />
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
20 <param name="descr_columns" value="1"/>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
21 <output name="output_file" file="fastq_to_tabular_out_1.tabular" />
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
22 </test>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
23 <!-- color space test -->
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
24 <test>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
25 <param name="input_file" value="sanger_full_range_as_cssanger.fastqcssanger" ftype="fastqcssanger" />
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
26 <param name="descr_columns" value="1"/>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
27 <output name="output_file" file="fastq_to_tabular_out_2.tabular" />
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
28 </test>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
29 <!-- split title into columns -->
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
30 <test>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
31 <param name="input_file" value="sanger_full_range_original_sanger.fastqsanger" ftype="fastqsanger" />
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
32 <param name="descr_columns" value="2"/>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
33 <output name="output_file" file="fastq_to_tabular_out_3.tabular" />
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
34 </test>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
35 </tests>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
36 <help>
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
37
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
38 **What it does**
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
39
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
40 This tool converts FASTQ sequencing reads to a Tabular file.
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
41
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
42 It is conventional to take the first word of the FASTQ "@" title line as the identifier, and any remaining text to be a free form description.
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
43 It is therefore often useful to split this text into two columns in Galaxy (identifier and any description) by setting **How many columns to divide title string into?** to **2**.
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
44 In some cases the description can be usefully broken up into more columns -- see the examples .
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
45
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
46 Tab characters, if present in the source FASTQ title, will be converted to spaces.
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
47
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
48 -----
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
49
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
50 **Example**
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
51
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
52 Consider the following two 454 reads in Sanger FASTQ format (using line wrapping for display, but do note not all tools will accept line wrapped FASTQ files)::
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
53
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
54 @FSRRS4401BE7HA [length=395] [gc=36.46] [flows=800] [phred_min=0] [phred_max=40] [trimmed_length=95]
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
55 tcagTTAAGATGGGATAATATCCTCAGATTGCGTGATGAACTTTGTTCTGGTGGAGGAGAAGGAAGTGCATTCGACGTAT
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
56 GCCCGTTTGTCGATATTTGtatttaaagtaatccgtcacaaatcagtgacataaatattatttagatttcgggagcaact
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
57 ttatttattccacaagcaggtttaaattttaaatttaaattattgcagaagactttaaattaacctcgttgtcggagtca
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
58 tttgttcggttattggtcgaaagtaaccncgggaagtgccgaaaactaacaaacaaaagaagatagtgaaattttaatta
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
59 aaanaaatagccaaacgtaactaactaaaacggacccgtcgaggaactgccaacggacgacacagggagtagnnn
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
60 +FSRRS4401BE7HA [length=395] [gc=36.46] [flows=800] [phred_min=0] [phred_max=40] [trimmed_length=95]
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
61 FFFDDDDDDDA666?688FFHGGIIIIIIIIIIIIIIIIIIHHHIIIIIIIIIGHGFFFFF====DFFFFFFFFFFFFFF
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
62 D???:3104/76=:5...4.3,,,366////4&lt;ABBAAA=CCFDDDDDDDD:666CDFFFF=&lt;ABA=;:333111&lt;===9
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
63 9;B889FFFFFFDDBDBDDD=8844231..,,,-,,,,,,,,1133..---17111,,,,,22555131121.--.,333
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
64 11,.,,3--,,.,,--,3511123..--!,,,,--,----9,,,,8=,,-,,,-,,,,---26:9:5-..1,,,,11//,
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
65 ,,,!,,1917--,,,,-3.,--,,17,,,,---+11113.030000,,,044400036;96662.//;7&gt;&lt;;!!!
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
66 @FSRRS4401BRRTC [length=145] [gc=38.62] [flows=800] [phred_min=0] [phred_max=38] [trimmed_length=74]
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
67 tcagCCAGCAATTCCGACTTAATTGTTCTTCTTCCATCATTCATCTCGACTAACAGTTCTACGATTAATGAGTTTGGCtt
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
68 taatttgttgttcattattgtcacaattacactactgagactgccaaggcacncagggataggnn
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
69 +FSRRS4401BRRTC [length=145] [gc=38.62] [flows=800] [phred_min=0] [phred_max=38] [trimmed_length=74]
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
70 FFFFFFFFFDDDDFFFFGFDDDDBAAAAA=&lt;4444@@B=555:BBBBB@@?8:8&lt;?&lt;89898&lt;84442;==3,,,514,,
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
71 ,11,,,.,,21777555513,..--1115758.//34488&gt;&lt;&lt;;;;;9944/!/4,,,57855!!
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
72
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
73 By default this is converted into a 3 column tabular file, with the full FASTQ title used as column 1:
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
74
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
75 =================================================================================================== ============== ==============
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
76 FSRRS4401BE7HA [length=395] [gc=36.46] [flows=800] [phred_min=0] [phred_max=40] [trimmed_length=95] tcagTTAA...nnn FFFDDDDD...!!!
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
77 FSRRS4401BRRTC [length=145] [gc=38.62] [flows=800] [phred_min=0] [phred_max=38] [trimmed_length=74] tcagCCAG...gnn FFFFFFFF...5!!
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
78 =================================================================================================== ============== ==============
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
79
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
80 If you specified the title should be turned into 2 columns, you'd get 4 columns in total:
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
81
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
82 ============== ==================================================================================== ============== ==============
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
83 FSRRS4401BE7HA [length=395] [gc=36.46] [flows=800] [phred_min=0] [phred_max=40] [trimmed_length=95] tcagTTAA...nnn FFFDDDDD...!!!
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
84 FSRRS4401BRRTC [length=145] [gc=38.62] [flows=800] [phred_min=0] [phred_max=38] [trimmed_length=74] tcagCCAG...gnn FFFFFFFF...5!!
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
85 ============== ==================================================================================== ============== ==============
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
86
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
87 Similarly, for this example treating the title string as 7 columns makes sense:
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
88
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
89 ============== ============ ========== =========== ============= ============== =================== ============== ==============
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
90 FSRRS4401BE7HA [length=395] [gc=36.46] [flows=800] [phred_min=0] [phred_max=40] [trimmed_length=95] tcagTTAA...nnn FFFDDDDD...!!!
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
91 FSRRS4401BRRTC [length=145] [gc=38.62] [flows=800] [phred_min=0] [phred_max=38] [trimmed_length=74] tcagCCAG...gnn FFFFFFFF...5!!
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
92 ============== ============ ========== =========== ============= ============== =================== ============== ==============
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
93
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
94 Note the sequences and quality strings have been truncated for display purposes in the above tables.
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
95
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
96 ------
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
97
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
98 </help>
1
7da7ddea4425 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_to_tabular commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
99
7da7ddea4425 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_to_tabular commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
100 <citations>
7da7ddea4425 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_to_tabular commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
101 <citation type="doi">10.1093/bioinformatics/btq281</citation>
7da7ddea4425 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_to_tabular commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
102 </citations>
7da7ddea4425 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/galaxy_sequence_utils/fastq_to_tabular commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
103
0
bc9269529e88 Imported from capsule None
devteam
parents:
diff changeset
104 </tool>