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
* Updating tools/mosdepth from version 0.3.10 to 0.3.11
* Update mosdepth to 0.3.11
---------
Co-authored-by: planemo-autoupdate <planemo-autoupdate@users.noreply.github.com>
#if $advanced.options == "yes" and len($advanced.quantize)
@@ -66,6 +66,7 @@
66
66
#end if
67
67
--mapq $advanced.mapq
68
68
$advanced.no_fast
69
+
$advanced.fragment_mode
69
70
#if str($advanced.thresholds)
70
71
--thresholds '$advanced.thresholds'
71
72
#end if
@@ -131,6 +132,7 @@
131
132
<paramargument="--flag"name="exclude_flag"type="integer"min="0"value="0"label="Exclude reads with these bits set in FLAG"help="Exclude reads where any of these bits are set in the value of the read flags column" />
132
133
<paramargument="--include-flag"type="integer"min="1"optional="true"label="Only include reads with these bits set in FLAG"help="Only include reads where any of these bits are set in the value of the read flags column" />
133
134
<paramargument="--fast-mode"name="no_fast"type="boolean"truevalue=""falsevalue="-x"label="Disable fast mode"help="Fast mode doesn't look up internal cigar operations or correct mate overlaps. Disabling it is not recommended" />
135
+
<paramargument="--fragment-mode"type="boolean"truevalue="--fragment-mode"falsevalue=""checked="false"label="Use fragment mode"help="Count the coverage of the full fragment including the full insert (proper pairs only). Note that you can use either of fast mode or fragment mode, but not both"/>
134
136
<paramargument="--mapq"type="integer"min="0"value="0"label="Minimum mapping quality"help="Reads with a mapping quality lower than this value are ignored" />
135
137
<paramargument="--thresholds"type="text"value=""label="Specify thresholds for output when using region output"help="The number of bases covered by these thresholds will be reported. Multiple thresholds can be separated by commas">
0 commit comments