# HG changeset patch # User devteam # Date 1450485803 18000 # Node ID 21964f813454037c22448152100f2921afae8887 # Parent 4f7acd7af6173b0c7bc1e8380cfe1a98f879a65b planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_bedcov commit de7140295cce07e1bc1697e51dab4271c8d7a8a6 diff -r 4f7acd7af617 -r 21964f813454 macros.xml --- a/macros.xml Tue Oct 13 12:54:07 2015 -0400 +++ b/macros.xml Fri Dec 18 19:43:23 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 4f7acd7af617 -r 21964f813454 tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:54:07 2015 -0400 +++ b/tool_dependencies.xml Fri Dec 18 19:43:23 2015 -0500 @@ -1,6 +1,6 @@ - +