annotate test-data/refresh_test_results.sh @ 125:8205546ba86c

merge 844d121d0485 so Tool Shed doesn't see multiple heads
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 07 Jul 2015 09:28:08 +0200
parents b3b5ee557170
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
3bb5da68305e add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff changeset
1 #!/bin/sh
3bb5da68305e add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff changeset
2
3bb5da68305e add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff changeset
3 # run this from the directory it exists in to update the test outputs
3bb5da68305e add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff changeset
4
77
05500bdd7376 update test output
Jan Kanis <jan.code@jankanis.nl>
parents: 33
diff changeset
5 set -eu
05500bdd7376 update test output
Jan Kanis <jan.code@jankanis.nl>
parents: 33
diff changeset
6
105
b3b5ee557170 update test
Jan Kanis <jan.code@jankanis.nl>
parents: 98
diff changeset
7 for i in 1 2 3 4
b3b5ee557170 update test
Jan Kanis <jan.code@jankanis.nl>
parents: 98
diff changeset
8 do
b3b5ee557170 update test
Jan Kanis <jan.code@jankanis.nl>
parents: 98
diff changeset
9 "$@" ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html"
b3b5ee557170 update test
Jan Kanis <jan.code@jankanis.nl>
parents: 98
diff changeset
10 done
98
e780606b7c25 test new command line parameters, fix small bug
Jan Kanis <jan.code@jankanis.nl>
parents: 77
diff changeset
11
105
b3b5ee557170 update test
Jan Kanis <jan.code@jankanis.nl>
parents: 98
diff changeset
12 "$@" ../blast2html.py -i "blast xml example3.xml" -o "blast xml example3b.html" --genelink-template 'http://example.com/example-genebank?id={fullid}'
b3b5ee557170 update test
Jan Kanis <jan.code@jankanis.nl>
parents: 98
diff changeset
13 "$@" ../blast2html.py -i "blast xml example4.xml" -o "blast xml example4b.html" --db-config-dir .
b3b5ee557170 update test
Jan Kanis <jan.code@jankanis.nl>
parents: 98
diff changeset
14