# HG changeset patch # User devteam # Date 1450485910 18000 # Node ID 9b8d98f0e6b2243956e66650f157c7000d7f05e0 # Parent 5872c9894a37b27dbac1b215684f31afc787ebc1 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_mpileup commit de7140295cce07e1bc1697e51dab4271c8d7a8a6 diff -r 5872c9894a37 -r 9b8d98f0e6b2 macros.xml --- a/macros.xml Mon Nov 09 12:24:45 2015 -0500 +++ b/macros.xml Fri Dec 18 19:45:10 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 5872c9894a37 -r 9b8d98f0e6b2 tool_dependencies.xml --- a/tool_dependencies.xml Mon Nov 09 12:24:45 2015 -0500 +++ b/tool_dependencies.xml Fri Dec 18 19:45:10 2015 -0500 @@ -1,6 +1,6 @@ - +