# HG changeset patch
# User devteam
# Date 1450485855 18000
# Node ID 7bf8c0f07c46fe040920a2a30e9c882bf51c560c
# Parent 609810451a80f2d9d4421760a3631b1f17345423
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_calmd commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
diff -r 609810451a80 -r 7bf8c0f07c46 macros.xml
--- a/macros.xml Tue Oct 13 12:54:20 2015 -0400
+++ b/macros.xml Fri Dec 18 19:44:15 2015 -0500
@@ -41,7 +41,7 @@
- samtools --version | head -n 1 | awk '{ print $2 }'
+ echo $(samtools --version | head -n 1)", "$(samtools --version | grep -o -E "htslib.*?")
diff -r 609810451a80 -r 7bf8c0f07c46 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Oct 13 12:54:20 2015 -0400
+++ b/tool_dependencies.xml Fri Dec 18 19:44:15 2015 -0500
@@ -1,6 +1,6 @@
-
+