https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 71ebf96cba8483a91c197241b161fa61a4fe7fe8 authored by John Chilton on 15 January 2015, 21:01:18 UTC
Bugfix: Skip extra wrapping around template-style macros.
Tip revision: 71ebf96
manage_tools.sh
#!/bin/sh

cd `dirname $0`
python ./scripts/manage_tools.py $@
back to top