# HG changeset patch
# User iuc
# Date 1564404461 14400
# Node ID 3d873744df7ec7eb4e24cd8a382df80b544989e5
# Parent e65c2cd0964c2e08006f5f5d409a7d956ffb50df
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
diff -r e65c2cd0964c -r 3d873744df7e samtools_calmd.xml
--- a/samtools_calmd.xml Fri Nov 30 17:46:15 2018 -0500
+++ b/samtools_calmd.xml Mon Jul 29 08:47:41 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'
]]>