# HG changeset patch # User devteam # Date 1450485761 18000 # Node ID 6bb1b0a4652f027dbf63ba5d4f2106cf72b28dc3 # Parent 5a5f92086188f8cfbcbde217607a0fe440ade9d2 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/sam_to_bam commit de7140295cce07e1bc1697e51dab4271c8d7a8a6 diff -r 5a5f92086188 -r 6bb1b0a4652f macros.xml --- a/macros.xml Tue Oct 13 12:53:53 2015 -0400 +++ b/macros.xml Fri Dec 18 19:42:41 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 5a5f92086188 -r 6bb1b0a4652f tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:53:53 2015 -0400 +++ b/tool_dependencies.xml Fri Dec 18 19:42:41 2015 -0500 @@ -1,6 +1,6 @@ - +