Skip to content

Commit 078ade4

Browse files
SaimMomin12planemo-autoupdate
andauthored
Update tools/mosdepth to 0.3.11 (#7172)
* 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>
1 parent 365c6f6 commit 078ade4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tools/mosdepth/mosdepth.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
</sanitizer>
2626
<validator type="regex">([0-9A-Za-z!#$%&amp;+./:;?@^_|~-][0-9A-Za-z!#$%&amp;*+./:;=?@^_|~-]*)?</validator>
2727
</xml>
28-
<token name="@TOOL_VERSION@">0.3.10</token>
28+
<token name="@TOOL_VERSION@">0.3.11</token>
2929
</macros>
3030
<requirements>
3131
<requirement type="package" version="@TOOL_VERSION@">mosdepth</requirement>
32-
<requirement type="package" version="1.13">gzip</requirement>
32+
<requirement type="package" version="1.14">gzip</requirement>
3333
</requirements>
3434
<command detect_errors="exit_code"><![CDATA[
3535
#if $advanced.options == "yes" and len($advanced.quantize)
@@ -66,6 +66,7 @@
6666
#end if
6767
--mapq $advanced.mapq
6868
$advanced.no_fast
69+
$advanced.fragment_mode
6970
#if str($advanced.thresholds)
7071
--thresholds '$advanced.thresholds'
7172
#end if
@@ -131,6 +132,7 @@
131132
<param argument="--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" />
132133
<param argument="--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" />
133134
<param argument="--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+
<param argument="--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"/>
134136
<param argument="--mapq" type="integer" min="0" value="0" label="Minimum mapping quality" help="Reads with a mapping quality lower than this value are ignored" />
135137
<param argument="--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">
136138
<sanitizer invalid_char="">

0 commit comments

Comments
 (0)