Mercurial > repos > devteam > fastqc
diff test-data/fastqc_customlimits.txt @ 17:7b0207bd2183 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2f544e337886709995a93d53f394919ce8e4673a
author | iuc |
---|---|
date | Fri, 10 May 2019 14:23:28 -0400 |
parents | 92d9da2a738d |
children | 7d3cef9c42ca |
line wrap: on
line diff
--- a/test-data/fastqc_customlimits.txt Mon Nov 05 12:07:47 2018 -0500 +++ b/test-data/fastqc_customlimits.txt Fri May 10 14:23:28 2019 -0400 @@ -1,15 +1,15 @@ # For each of the modules you can choose to not run that # module at all by setting the value below to 1 for the # modules you want to remove. -duplication ignore 0 +duplication ignore 1 kmer ignore 0 n_content ignore 0 overrepresented ignore 0 quality_base ignore 0 sequence ignore 0 gc_sequence ignore 0 -quality_sequence ignore 0 -tile ignore 0 +quality_sequence ignore 1 +tile ignore 1 sequence_length ignore 0 adapter ignore 0 @@ -34,7 +34,7 @@ # threshold for the overrepresented sequences to be reported # at all as the proportion of the library which must be seen # as a single sequence -overrepresented warn 0.1 +overrepresented warn 0.001 overrepresented error 1 # The per base quality filter uses two values, one for the value @@ -42,13 +42,13 @@ # median quality. Failing either of these will trigger the alert quality_base_lower warn 10 quality_base_lower error 5 -quality_base_median warn 25 +quality_base_median warn 50 quality_base_median error 20 # The per base sequence content module tests the maximum deviation # between A and T or C and G -sequence warn 10 -sequence error 20 +sequence warn 2 +sequence error 5 # The per sequence GC content tests the maximum deviation between # the theoretical distribution and the real distribution @@ -81,4 +81,4 @@ adapter error 10 - + \ No newline at end of file