comparison single_fastq_filtering.xml @ 10:768883847008 draft

Uploaded
author petr-novak
date Mon, 03 Feb 2020 06:44:58 -0500
parents c2c69c6090f0
children 58807b35777a
comparison
equal deleted inserted replaced
9:c2c69c6090f0 10:768883847008
44 <when value="true"> 44 <when value="true">
45 <param name="sample_size" type="integer" label="Sample size (number of reads)" help="How many reads should be sampled" value="500000" min="0"/> 45 <param name="sample_size" type="integer" label="Sample size (number of reads)" help="How many reads should be sampled" value="500000" min="0"/>
46 </when> 46 </when>
47 </conditional> 47 </conditional>
48 48
49 <param type="integer" name="cut_off" label="Quality cut-off" value="10" min="0" help="See below how to correctly set the quality cut-off" /> 49 <param type="integer" name="cut_off" label="Quality cutoff" value="10" min="0" help="See below how to correctly set the quality cutoff" />
50 <param type="integer" name="percent_above" label="Percent above cutoff" value="95" min="0" 50 <param type="integer" name="percent_above" label="Percent above cutoff" value="95" min="0"
51 help="Percentage of bases in the read that must have quality equal to or higher than the cut-off value" /> 51 help="Percentage of bases in the read that must have quality equal to or higher than the cutoff value" />
52 52
53 <conditional name="trimming"> 53 <conditional name="trimming">
54 <param name="sequence_trimming" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Trim reads"/> 54 <param name="sequence_trimming" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Trim reads"/>
55 <when value="false"> 55 <when value="false">
56 <!-- do nothing here --> 56 <!-- do nothing here -->
134 #. Filter by quality 134 #. Filter by quality
135 #. Cutadapt filtering 135 #. Cutadapt filtering
136 #. Sampling (optional) 136 #. Sampling (optional)
137 #. Interlacing two fasta files 137 #. Interlacing two fasta files
138 138
139 **Quality setting cut-off** 139 **Quality setting cutoff**
140 140
141 To correctly set quality cut-off, you need to know how the quality is encoded in your fastq file, default 141 To correctly set quality cutoff, you need to know how the quality is encoded in your fastq file, default
142 filtering which is suitable for Sanger and Illumina 1.8 encoding is shown below:: 142 filtering which is suitable for Sanger and Illumina 1.8 encoding is shown below::
143 143
144 144
145 Default filtering cut-off 145 Default filtering cutoff
146 | 146 |
147 | 147 |
148 V 148 V
149 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..................................................... 149 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.....................................................
150 ..........................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX...................... 150 ..........................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX......................