Mercurial > repos > devteam > samtools_bedcov
diff macros.xml @ 2:21964f813454 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_bedcov commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
| author | devteam |
|---|---|
| date | Fri, 18 Dec 2015 19:43:23 -0500 |
| parents | 4f7acd7af617 |
| children | e371922c38e8 |
line wrap: on
line diff
--- a/macros.xml Tue Oct 13 12:54:07 2015 -0400 +++ b/macros.xml Fri Dec 18 19:43:23 2015 -0500 @@ -41,7 +41,7 @@ </citations> </xml> <xml name="version_command"> - <version_command>samtools --version | head -n 1 | awk '{ print $2 }'</version_command> + <version_command>echo $(samtools --version | head -n 1)", "$(samtools --version | grep -o -E "htslib.*?")</version_command> </xml> <xml name="stdio"> <stdio>
