# HG changeset patch
# User devteam
# Date 1450485997 18000
# Node ID 4ab677d8c0de1049304cc0e6ec04b8a166460ccc
# Parent 191cec7b989b79f2d7da6964baa0affd9ff3a1ae
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_sort commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
diff -r 191cec7b989b -r 4ab677d8c0de macros.xml
--- a/macros.xml Tue Oct 13 12:56:00 2015 -0400
+++ b/macros.xml Fri Dec 18 19:46:37 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 191cec7b989b -r 4ab677d8c0de tool_dependencies.xml
--- a/tool_dependencies.xml Tue Oct 13 12:56:00 2015 -0400
+++ b/tool_dependencies.xml Fri Dec 18 19:46:37 2015 -0500
@@ -1,6 +1,6 @@
-
+