comparison deploy.sh @ 3:e68a225983d5 draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit b0627386ac1cc004dc71fc788bf37111213b1fab
author mvdbeek
date Fri, 17 Feb 2017 12:55:47 -0500
parents 865589023a17
children
comparison
equal deleted inserted replaced
2:865589023a17 3:e68a225983d5
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