# HG changeset patch
# User iuc
# Date 1564339605 14400
# Node ID d97988f079832edd24564e92879c51be13dd373f
# Parent 3b6f46492fd874e6cbc0ae15d7489f05a5fd2182
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
diff -r 3b6f46492fd8 -r d97988f07983 samtools_calmd.xml
--- a/samtools_calmd.xml Fri Nov 30 17:45:49 2018 -0500
+++ b/samtools_calmd.xml Sun Jul 28 14:46:45 2019 -0400
@@ -7,23 +7,25 @@
'$calmd_output'
+samtools calmd
+ $baq_settings.use_baq $baq_settings.modify_quality $baq_settings.extended_baq
+ #if str($option_set.option_sets) == 'advanced':
+ $option_set.change_identical -C $option_set.adjust_mq
+ #end if
+ -b
+ -@ \$addthreads
+ '$input_bam'
+ '$ref_fa'
+ > '$calmd_output'
]]>