annotate test-data/refresh_test_results.sh @ 98:e780606b7c25

test new command line parameters, fix small bug
author Jan Kanis <jan.code@jankanis.nl>
date Mon, 30 Jun 2014 17:51:56 +0200
parents 05500bdd7376
children b3b5ee557170
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
98
e780606b7c25 test new command line parameters, fix small bug
Jan Kanis <jan.code@jankanis.nl>
parents: 77
diff changeset
7 "$@" ../blast2html.py -i "blast xml example1.xml" -o "blast xml example1.html"
e780606b7c25 test new command line parameters, fix small bug
Jan Kanis <jan.code@jankanis.nl>
parents: 77
diff changeset
8 "$@" ../blast2html.py -i "blast xml example2.xml" -o "blast xml example2.html"
e780606b7c25 test new command line parameters, fix small bug
Jan Kanis <jan.code@jankanis.nl>
parents: 77
diff changeset
9 "$@" ../blast2html.py -i "blast xml example3.xml" -o "blast xml example3.html" --genelink-template 'http://example.com/example-genebank?id={fullid}'
e780606b7c25 test new command line parameters, fix small bug
Jan Kanis <jan.code@jankanis.nl>
parents: 77
diff changeset
10 "$@" ../blast2html.py -i "blast xml example4.xml" -o "blast xml example4.html" --db-config-dir .
e780606b7c25 test new command line parameters, fix small bug
Jan Kanis <jan.code@jankanis.nl>
parents: 77
diff changeset
11