Mercurial > repos > fubar > mashmap
comparison toolfactory/toolfactory_fast_test.sh @ 1:0183cad9d13b draft
planemo upload
author | fubar |
---|---|
date | Thu, 22 Feb 2024 10:48:01 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:2beaae16651e | 1:0183cad9d13b |
---|---|
1 GALAXY_URL=http://localhost:8080 | |
2 GALAXY_VENV=/home/ross/rossgit/galaxytf231/.venv | |
3 API_KEY=1718977735397126400 | |
4 API_KEY_USER=995248011247121408 | |
5 # for test@bx.psu.edu user | |
6 # for sed to edit at installation | |
7 # must pass toolname outdir as cl params in that order... | |
8 # shows api keys do uncomment for debugging if you must | |
9 # echo "toolfactory_fast_test.sh: galaxy-tool-test -u $GALAXY_URL -a $API_KEY -k $API_KEY_USER -t $1 -o $2 --test-data $3" | |
10 galaxy-tool-test -u $GALAXY_URL -a $API_KEY -k $API_KEY_USER -t $1 -o $2 --test-data $3 --publish-history | |
11 |