# HG changeset patch # User devteam # Date 1450485980 18000 # Node ID bce4bd511f2941562a7f38b2573805515b2449fb # Parent ea6104c707da01c8b3b51015c76adfac2be98e20 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_slice_bam commit de7140295cce07e1bc1697e51dab4271c8d7a8a6 diff -r ea6104c707da -r bce4bd511f29 macros.xml --- a/macros.xml Tue Oct 13 12:55:46 2015 -0400 +++ b/macros.xml Fri Dec 18 19:46:20 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 ea6104c707da -r bce4bd511f29 tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:55:46 2015 -0400 +++ b/tool_dependencies.xml Fri Dec 18 19:46:20 2015 -0500 @@ -1,6 +1,6 @@ - +