annotate galaxy-conf/FastqIlluminaToSanger.xml @ 16:35031c567ece draft

Add sam_fa_indices.loc.sample to enable DNAProperty and FindNMer tools that require samtools indices to be installed.
author timpalpant
date Sat, 09 Jun 2012 16:06:25 -0400
parents 3e477c7e0e73
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
1 <tool id="FastqIlluminaToSanger" name="Convert Fastq qualities" version="1.0.0">
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
2 <description>from Illumina to Sanger</description>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh converters.FastqIlluminaToSanger -i $input -o $output</command>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
5 <param name="input" type="data" format="fastqillumina" label="FASTQ, Illumina qualities" />
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
6 </inputs>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
7 <outputs>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
8 <data name="output" format="fastqsanger" metadata_source="input" />
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
9 </outputs>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
10 <tests>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
11 <test>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
12 <param name="input" value="test.fastqillumina" ftype="fastqillumina"/>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
13 <output name="output" file="test.fastqsanger"/>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
14 </test>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
15 </tests>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
16 <help>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
17
15
3e477c7e0e73 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.
timpalpant
parents: 13
diff changeset
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.
3e477c7e0e73 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.
timpalpant
parents: 13
diff changeset
19
3e477c7e0e73 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.
timpalpant
parents: 13
diff changeset
20 For more information, read about FASTQ formats_ (right-click to open in new window).
3e477c7e0e73 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.
timpalpant
parents: 13
diff changeset
21
3e477c7e0e73 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.
timpalpant
parents: 13
diff changeset
22 .. _formats: http://en.wikipedia.org/wiki/FASTQ_format
13
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
23
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
24 .. class:: warningmark
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
25
15
3e477c7e0e73 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.
timpalpant
parents: 13
diff changeset
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.
13
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
27
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
28 </help>
eb53be9a09f4 Uploaded
timpalpant
parents:
diff changeset
29 </tool>