comparison deploy.sh @ 1:f69131f584e8 draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit ca94ae0d3a25a511f7d2c98712efc37b332642e7-dirty
author mvdbeek
date Fri, 17 Feb 2017 12:25:01 -0500
parents a38447a59412
children 39d9bc17ec74
comparison
equal deleted inserted replaced
0:a38447a59412 1:f69131f584e8
1 #!/bin/bash 1 #!/bin/bash
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
7 echo "Installing planemo ... again"
8 pip install planemo
6 9
7 echo "Deploying to Testtoolshed ..." 10 echo "Deploying to Testtoolshed ..."
8 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"
9 12
10 echo "Deploying to Toolshed ..." 13 echo "Deploying to Toolshed ..."