comparison galaxy-conf/FastqIlluminaToSanger.xml @ 15:3e477c7e0e73 draft

Update normalization tools to allow normalizing by chromosome (Z-scorer, scale, etc.) Add new tool to convert any interval file to Bed format. Miscellaneous bug fixes.
author timpalpant
date Sat, 09 Jun 2012 16:03:59 -0400
parents eb53be9a09f4
children
comparison
equal deleted inserted replaced
14:f58706d4d421 15:3e477c7e0e73
13 <output name="output" file="test.fastqsanger"/> 13 <output name="output" file="test.fastqsanger"/>
14 </test> 14 </test>
15 </tests> 15 </tests>
16 <help> 16 <help>
17 17
18 This tool will convert a FASTQ file with ASCII quality scores encoded in Illumina 1.3 format (Phred+64) to Sanger format (Phred+33). It is a simpler, faster version of the FASTQ Groomer. 18 This tool will convert a FASTQ file with ASCII quality scores encoded in Illumina 1.3-1.7 format (Phred+64) to Sanger format (Phred+33) for use with Bowtie and other Galaxy tools. Illumina CASAVA >= 1.8 already produces FASTQ files in Sanger format, so this tool should not be used on new Illumina sequencing data. This tool is a simpler, faster version of the FASTQ Groomer that does little error checking but performs much faster. If you are unsure what format your file is in, or need to do other conversions, use the FASTQ Groomer instead.
19
20 For more information, read about FASTQ formats_ (right-click to open in new window).
21
22 .. _formats: http://en.wikipedia.org/wiki/FASTQ_format
19 23
20 .. class:: warningmark 24 .. class:: warningmark
21 25
22 This tool requires fastqillumina formatted data. If you have tabular data that was not correctly autodetected, change the metadata by clicking on the pencil icon for the dataset. 26 This tool requires fastqillumina formatted data. If you have fastq data that was not correctly autodetected, change the metadata by clicking on the pencil icon for the dataset.
23 27
24 </help> 28 </help>
25 </tool> 29 </tool>