comparison test-data/refresh_test_results.sh @ 33:3bb5da68305e

add test update script, add url to github page
author Jan Kanis <jan.code@jankanis.nl>
date Thu, 15 May 2014 17:29:44 +0200
parents
children 05500bdd7376
comparison
equal deleted inserted replaced
32:ce8f29efc0a1 33:3bb5da68305e
1 #!/bin/sh
2
3 # run this from the directory it exists in to update the test outputs
4
5 for i in 1 2 3 4
6 do
7 ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html"
8 done