# HG changeset patch
# User devteam
# Date 1450485736 18000
# Node ID 4ffbc8cedb42dc1fe27773194e1e9722b90c5f0a
# Parent 3bade5114f215bca9d3aa5fb9cd7ea580fe76d41
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/bam_to_sam commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
diff -r 3bade5114f21 -r 4ffbc8cedb42 macros.xml
--- a/macros.xml Tue Oct 13 12:53:40 2015 -0400
+++ b/macros.xml Fri Dec 18 19:42:16 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 3bade5114f21 -r 4ffbc8cedb42 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Oct 13 12:53:40 2015 -0400
+++ b/tool_dependencies.xml Fri Dec 18 19:42:16 2015 -0500
@@ -1,6 +1,6 @@
-
+