# HG changeset patch
# User devteam
# Date 1450485943 18000
# Node ID b5e69833722fe53fb0516e08b99e35477567e09e
# Parent 77a6694ebf7a95cb76bbe6f13c6542b1d4e067d9
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_reheader commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
diff -r 77a6694ebf7a -r b5e69833722f macros.xml
--- a/macros.xml Tue Oct 13 12:55:18 2015 -0400
+++ b/macros.xml Fri Dec 18 19:45:43 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 77a6694ebf7a -r b5e69833722f tool_dependencies.xml
--- a/tool_dependencies.xml Tue Oct 13 12:55:18 2015 -0400
+++ b/tool_dependencies.xml Fri Dec 18 19:45:43 2015 -0500
@@ -1,6 +1,6 @@
-
+