# HG changeset patch # User devteam # Date 1450486028 18000 # Node ID b02596e3d7a334b1d4240bf419601465c04f0ce0 # Parent cc56fc603e53ccefd506e0709da516a71205ad55 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_stats commit de7140295cce07e1bc1697e51dab4271c8d7a8a6 diff -r cc56fc603e53 -r b02596e3d7a3 macros.xml --- a/macros.xml Tue Oct 13 12:56:27 2015 -0400 +++ b/macros.xml Fri Dec 18 19:47:08 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 cc56fc603e53 -r b02596e3d7a3 tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:56:27 2015 -0400 +++ b/tool_dependencies.xml Fri Dec 18 19:47:08 2015 -0500 @@ -1,6 +1,6 @@ - +