Previous changeset 15:4d82cf59895e (2017-09-30) Next changeset 17:d1228ec6233f (2017-11-21) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/bwa commit e1191c87a0fccfafa0f23c3bd09f416a6700b387 |
modified:
bwa-mem.xml bwa_macros.xml |
b |
diff -r 4d82cf59895e -r be4e38d127ae bwa-mem.xml --- a/bwa-mem.xml Sat Sep 30 13:37:06 2017 -0400 +++ b/bwa-mem.xml Tue Nov 21 09:11:39 2017 -0500 |
b |
@@ -64,6 +64,7 @@ ${analysis_type.io_options.Y} ${analysis_type.io_options.M} ${analysis_type.io_options.five} + ${analysis_type.io_options.q} #end if #end if @@ -228,6 +229,7 @@ </param> <when value="set"> <param name="five" argument="-5" type="boolean" truevalue="-5" falsevalue="" label="For split alignment, take alignment with smallest coordinate as primary" help="Useful for HiC data"/> + <param argument="-q" type="boolean" truevalue="-q" falsevalue="" label="Don't lower MAPQ for split alignment" help="By default the MAPQ score of a supplementary alignment will be lowered to the primary alignment score."/> <param name="T" type="integer" value="30" label="Minimum score to output" help="-T; default=30"/> <param name="h" type="integer" value="5" label="If there are less than THIS VALUE hits with score >80% of the max score, output them all in the XA tag" help="-h; default=5" /> <param name="a" type="boolean" truevalue="-a" falsevalue="" label="Output all alignments for single-ends or unpaired paired-ends" help="-a; These alignments will be flagged as secondary alignments"/> |
b |
diff -r 4d82cf59895e -r be4e38d127ae bwa_macros.xml --- a/bwa_macros.xml Sat Sep 30 13:37:06 2017 -0400 +++ b/bwa_macros.xml Tue Nov 21 09:11:39 2017 -0500 |
b |
@@ -1,7 +1,7 @@ <macros> <import>read_group_macros.xml</import> - <token name="@VERSION@">0.7.16</token> + <token name="@VERSION@">0.7.17</token> <token name="@set_rg_string@"> #set $rg_string = "@RG\\tID:" + str($rg_id) |