# HG changeset patch
# User devteam
# Date 1450485888 18000
# Node ID 7a353d79225d696f5f7e3c778709996616573f18
# Parent a5f8ee692d38f0e0b6e86a6572f033c945da5c44
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_idxstats commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
diff -r a5f8ee692d38 -r 7a353d79225d macros.xml
--- a/macros.xml Mon Nov 09 12:24:23 2015 -0500
+++ b/macros.xml Fri Dec 18 19:44:48 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 a5f8ee692d38 -r 7a353d79225d tool_dependencies.xml
--- a/tool_dependencies.xml Mon Nov 09 12:24:23 2015 -0500
+++ b/tool_dependencies.xml Fri Dec 18 19:44:48 2015 -0500
@@ -1,6 +1,6 @@
-
+