annotate test-data/limits.txt @ 4:959a14c1f2dd draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
author iuc
date Fri, 27 Sep 2024 17:41:40 +0000
parents e462044ece67
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
1 # For each of the modules you can choose to not run that
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
2 # module at all by setting the value below to 1 for the
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
3 # modules you want to remove.
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
4 duplication ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
5 kmer ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
6 n_content ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
7 overrepresented ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
8 quality_base ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
9 sequence ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
10 gc_sequence ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
11 quality_sequence ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
12 tile ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
13 sequence_length ignore 0
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
14 adapter ignore 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
15
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
16 # For the duplication module the value is the percentage
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
17 # remaining after deduplication. Measured levels below
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
18 # these limits trigger the warning / error.
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
19 duplication warn 70
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
20 duplication error 50
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
21
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
22 # For the kmer module the filter is on the -log10 binomial
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
23 # pvalue for the most significant Kmer, so 5 would be
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
24 # 10^-5 = p<0.00001
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
25 kmer warn 2
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
26 kmer error 5
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
27
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
28 # For the N module the filter is on the percentage of Ns
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
29 # at any position in the library
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
30 n_content warn 5
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
31 n_content error 20
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
32
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
33 # For the overrepresented seqs the warn value sets the
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
34 # threshold for the overrepresented sequences to be reported
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
35 # at all as the proportion of the library which must be seen
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
36 # as a single sequence
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
37 overrepresented warn 0.1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
38 overrepresented error 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
39
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
40 # The per base quality filter uses two values, one for the value
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
41 # of the lower quartile, and the other for the value of the
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
42 # median quality. Failing either of these will trigger the alert
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
43 quality_base_lower warn 10
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
44 quality_base_lower error 5
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
45 quality_base_median warn 25
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
46 quality_base_median error 20
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
47
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
48 # The per base sequence content module tests the maximum deviation
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
49 # between A and T or C and G
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
50 sequence warn 10
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
51 sequence error 20
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
52
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
53 # The per sequence GC content tests the maximum deviation between
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
54 # the theoretical distribution and the real distribution
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
55 gc_sequence warn 15
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
56 gc_sequence error 30
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
57
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
58 # The per sequence quality module tests the phred score which is
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
59 # most frequently observed
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
60 quality_sequence warn 27
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
61 quality_sequence error 20
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
62
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
63 # The per tile module tests the maximum phred score loss between
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
64 # and individual tile and the average for that base across all tiles
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
65 tile warn 5
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
66 tile error 10
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
67
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
68 # The sequence length module tests are binary, so the values here
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
69 # simply turn them on or off. The actual tests warn if you have
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
70 # sequences of different length, and error if you have sequences
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
71 # of zero length.
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
72
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
73 sequence_length warn 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
74 sequence_length error 1
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
75
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
76 # The adapter module's warnings and errors are based on the
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
77 # percentage of reads in the library which have been observed
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
78 # to contain an adapter associated Kmer at any point
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
79
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
80 adapter warn 5
959a14c1f2dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit a71120623d1dc818a107ca32f2c232fd47d819ea
iuc
parents: 0
diff changeset
81 adapter error 10