You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="complexity_threshold"argument="-Y"type="integer"optional="true"label="Complexity threshold"help="Threshold for low complexity filter (0~100). Default is 30, which means 30% complexity is required."/>
<paramname="eval_dups"type="select"label="Enable duplicated reads analysis"help="If enabled, calculate and report read duplication statistics. Enabling this is also a prerequisite for optional deduplication of reads. Duplicate detection relies exclusively on exact identity between read sequences (both for SE and PE data). It also increases tool memory requirements and running time moderately. NOTE: the default (no duplication analysis) is different from the command-line tool.">
<sectionname="cutting_by_quality_options"title="Per read cutting by quality options"expanded="True">
314
333
<conditionalname="cut_front_select">
315
-
<paramargument="--cut_front"type="select"truevalue="--cut_front"falsevalue=""checked="false"label="Cut by quality in front (5')"help="Enable per read cutting by quality in front (5'), default is disabled (WARNING: this will interfere deduplication for both PE/SE data).">
334
+
<paramargument="--cut_front"type="select"truevalue="--cut_front"falsevalue=""checked="false"label="Cut by quality in front (5')"help="Enable per read cutting by quality in front (5'). (WARNING: this will interfere with deduplication of both PE/SE data if performed with downstream tools.)">
<paramargument="--cut_tail"type="select"truevalue="--cut_tail"falsevalue=""checked="false"label="Cut by quality in tail (3')"help="Enable per read cutting by quality in tail (3'), default is disabled (WARNING: this will interfere deduplication for SE data).">
346
+
<paramargument="--cut_tail"type="select"truevalue="--cut_tail"falsevalue=""checked="false"label="Cut by quality in tail (3')"help="Enable per read cutting by quality in tail (3'). (WARNING: this will interfere with deduplication of SE data if performed with downstream tools.)">
<paramargument="--cut_right"type="select"truevalue="--cut_right"falsevalue=""checked="false"label="Cut by quality in tail (3')"help="Move a sliding window from front to tail, if meet one window with mean quality < threshold, drop the bases in the window and the right part, and then stop.">
358
+
<paramargument="--cut_right"type="select"truevalue="--cut_right"falsevalue=""checked="false"label="Cut by quality in tail (3')"help="Move a sliding window from front to tail, if meet one window with mean quality < threshold, drop the bases in the window and the right part, and then stop. (WARNING: this will interfere with deduplication of SE data if performed with downstream tools.)">
0 commit comments