lib/seqtrimnext/plugins/plugin_low_quality.rb in seqtrimnext-2.0.62 vs lib/seqtrimnext/plugins/plugin_low_quality.rb in seqtrimnext-2.0.66
- old
+ new
@@ -168,12 +168,13 @@
comment='Minimum quality value for every nucleotide'
default_value = 20
params.check_param(errors,'min_quality','Integer',default_value,comment)
- comment='Quality window for scanning low quality segments'
- default_value = 15
- params.check_param(errors,'window_width','Integer',default_value,comment)
+
+ #comment='Quality window for scanning low quality segments'
+ #default_value = 15
+ #params.check_param(errors,'window_width','Integer',default_value,comment)
comment='Minimum length of a bad quality segment inside the sequence'
default_value = 8
params.check_param(errors,'min_length_inside_seq','Integer',default_value,comment)