# HG changeset patch
# User iuc
# Date 1543617975 18000
# Node ID e65c2cd0964c2e08006f5f5d409a7d956ffb50df
# Parent 33208952b99db463c790acaa11ad28c913d23ecf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
diff -r 33208952b99d -r e65c2cd0964c macros.xml
--- a/macros.xml Tue May 09 11:18:11 2017 -0400
+++ b/macros.xml Fri Nov 30 17:46:15 2018 -0500
@@ -1,11 +1,131 @@
- samtools
+ samtools
- 1.3.1
+ 1.9
+ #set $flags = sum(map(int, str($filter).split(',')))
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ^[^\s'\":]+(:\d+(-\d+){0,1}){0,1}$
+
+
+
+
+
+
+
+
+
@@ -49,21 +169,4 @@
-
------
-
-.. class:: warningmark
-
-**No options available? How to re-detect metadata**
-
-If you see a "No options available" within the "**Select references (chromosomes and contigs) you would like to restrict bam to**" drop down, you need to re-detect metadata for the dataset you are trying to process. To do this follow these steps:
-
-1. Click on the **pencil** icon adjacent to the dataset in the history
-2. A new menu will appear in the center pane of the interface
-3. Click **Datatype** tab
-4. Set **New Type** to **BAM**
-5. Click **Save**
-
-The medatada will be re-detected and you will be able to see the list of reference sequences in the "**Select references (chromosomes and contigs) you would like to restrict bam to**" drop-down.
-
diff -r 33208952b99d -r e65c2cd0964c samtools_calmd.xml
--- a/samtools_calmd.xml Tue May 09 11:18:11 2017 -0400
+++ b/samtools_calmd.xml Fri Nov 30 17:46:15 2018 -0500
@@ -1,4 +1,4 @@
-
+recalculate MD/NM tagsmacros.xml
@@ -16,8 +16,9 @@
#end if
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 $option_set.modify_quality $option_set.compute_cap $option_set.extended_baq
+ $option_set.change_identical -C $option_set.adjust_mq
#end if
-b
'$input_bam'
@@ -43,17 +44,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
@@ -62,6 +82,7 @@
+
@@ -69,9 +90,11 @@
+
+
-
+
@@ -81,16 +104,27 @@
diff -r 33208952b99d -r e65c2cd0964c test-data/samtools_calmd_out_2.bam
Binary file test-data/samtools_calmd_out_2.bam has changed