Mercurial > repos > fubar > mashmap
diff toolfactory/toolfactory_fast_test.sh @ 1:0183cad9d13b draft
planemo upload
| author | fubar |
|---|---|
| date | Thu, 22 Feb 2024 10:48:01 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolfactory/toolfactory_fast_test.sh Thu Feb 22 10:48:01 2024 +0000 @@ -0,0 +1,11 @@ +GALAXY_URL=http://localhost:8080 +GALAXY_VENV=/home/ross/rossgit/galaxytf231/.venv +API_KEY=1718977735397126400 +API_KEY_USER=995248011247121408 +# for test@bx.psu.edu user +# for sed to edit at installation +# must pass toolname outdir as cl params in that order... +# shows api keys do uncomment for debugging if you must +# 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" +galaxy-tool-test -u $GALAXY_URL -a $API_KEY -k $API_KEY_USER -t $1 -o $2 --test-data $3 --publish-history +
