comparison deploy.sh @ 2:39d9bc17ec74 draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit b0627386ac1cc004dc71fc788bf37111213b1fab-dirty
author mvdbeek
date Fri, 17 Feb 2017 12:55:58 -0500
parents f69131f584e8
children
comparison
equal deleted inserted replaced
1:f69131f584e8 2:39d9bc17ec74
2 # this script uploads galaxy tools in the current directory to the galaxy toolsheds 2 # this script uploads galaxy tools in the current directory to the galaxy toolsheds
3 set -e 3 set -e
4 4
5 CURRENT_DIR=$(dirname $0) 5 CURRENT_DIR=$(dirname $0)
6 6
7 echo "Installing planemo ... again" 7 echo "Installing planemo" # Would be great if the dependencies would persist in deployment mode
8 pip install planemo 8 pip install planemo
9 9
10 echo "Deploying to Testtoolshed ..." 10 echo "Deploying to Testtoolshed ..."
11 planemo shed_update -r --force_repository_creation -t testtoolshed --shed_key_from_env TTS_KEY "$CURRENT_DIR" 11 planemo shed_update -r --force_repository_creation -t testtoolshed --shed_key_from_env TTS_KEY "$CURRENT_DIR"
12 12