# HG changeset patch
# User devteam
# Date 1450485873 18000
# Node ID 7b6dcfbdc6a9ba5b4f9d3db6b7a11ad23f31bc68
# Parent 10b658bef71acc479fb4930cd53d90f84a9cefe5
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_flagstat commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
diff -r 10b658bef71a -r 7b6dcfbdc6a9 macros.xml
--- a/macros.xml Tue Oct 13 12:54:34 2015 -0400
+++ b/macros.xml Fri Dec 18 19:44:33 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 10b658bef71a -r 7b6dcfbdc6a9 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Oct 13 12:54:34 2015 -0400
+++ b/tool_dependencies.xml Fri Dec 18 19:44:33 2015 -0500
@@ -1,6 +1,6 @@
-
+