# HG changeset patch # User devteam # Date 1450485925 18000 # Node ID ee06ec9cf0a6dc0135343df76db278cc09322730 # Parent c21cb56fbbbcb307ab8b2ec6f91285342378fe9a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_phase commit de7140295cce07e1bc1697e51dab4271c8d7a8a6 diff -r c21cb56fbbbc -r ee06ec9cf0a6 macros.xml --- a/macros.xml Tue Oct 13 12:55:05 2015 -0400 +++ b/macros.xml Fri Dec 18 19:45:25 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 c21cb56fbbbc -r ee06ec9cf0a6 tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:55:05 2015 -0400 +++ b/tool_dependencies.xml Fri Dec 18 19:45:25 2015 -0500 @@ -1,6 +1,6 @@ - +