# HG changeset patch # User Jan Kanis # Date 1400167784 -7200 # Node ID 3bb5da68305e3035b86eacc277df936c176eb587 # Parent ce8f29efc0a157e7038864185fb0df975a173933 add test update script, add url to github page diff -r ce8f29efc0a1 -r 3bb5da68305e blast2html.html.jinja --- a/blast2html.html.jinja Thu May 15 17:22:02 2014 +0200 +++ b/blast2html.html.jinja Thu May 15 17:29:44 2014 +0200 @@ -2,7 +2,7 @@ - + Blast output @@ -620,7 +620,7 @@ diff -r ce8f29efc0a1 -r 3bb5da68305e test-data/blast xml example1.html --- a/test-data/blast xml example1.html Thu May 15 17:22:02 2014 +0200 +++ b/test-data/blast xml example1.html Thu May 15 17:29:44 2014 +0200 @@ -2,7 +2,7 @@ - + Blast output @@ -13213,7 +13213,7 @@ diff -r ce8f29efc0a1 -r 3bb5da68305e test-data/blast xml example2.html --- a/test-data/blast xml example2.html Thu May 15 17:22:02 2014 +0200 +++ b/test-data/blast xml example2.html Thu May 15 17:29:44 2014 +0200 @@ -2,7 +2,7 @@ - + Blast output @@ -417,7 +417,7 @@ diff -r ce8f29efc0a1 -r 3bb5da68305e test-data/blast xml example3.html --- a/test-data/blast xml example3.html Thu May 15 17:22:02 2014 +0200 +++ b/test-data/blast xml example3.html Thu May 15 17:29:44 2014 +0200 @@ -2,7 +2,7 @@ - + Blast output @@ -3523,7 +3523,7 @@ diff -r ce8f29efc0a1 -r 3bb5da68305e test-data/blast xml example4.html --- a/test-data/blast xml example4.html Thu May 15 17:22:02 2014 +0200 +++ b/test-data/blast xml example4.html Thu May 15 17:29:44 2014 +0200 @@ -2,7 +2,7 @@ - + Blast output @@ -1599,7 +1599,7 @@ diff -r ce8f29efc0a1 -r 3bb5da68305e test-data/refresh_test_results.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/refresh_test_results.sh Thu May 15 17:29:44 2014 +0200 @@ -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