diff test-data/refresh_test_results.sh @ 0:a54279222d84 draft

Imported from capsule None
author jankanis
date Mon, 19 May 2014 09:43:54 -0400
parents
children 05500bdd7376
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/refresh_test_results.sh	Mon May 19 09:43:54 2014 -0400
@@ -0,0 +1,8 @@
+#!/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