annotate test-data/refresh_test_results.sh @ 89:28f7353757c4 draft

close
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 24 Jun 2014 16:24:17 +0200
parents a54279222d84
children 05500bdd7376
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
1 #!/bin/sh
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
2
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
3 # run this from the directory it exists in to update the test outputs
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
4
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
5 for i in 1 2 3 4
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
6 do
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
7 ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html"
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
8 done