view test-data/refresh_test_results.sh @ 1:9f5b46e90bd3 draft

Upload test
author jankanis
date Mon, 19 May 2014 09:46:42 -0400
parents a54279222d84
children 05500bdd7376
line wrap: on
line source

#!/bin/sh

# run this from the directory it exists in to update the test outputs

for i in 1 2 3 4
do
	../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html"
done