Mercurial > repos > jankanis > blast2html
view test-data/refresh_test_results.sh @ 45:4497ce4127b4
move dependency on blast_datatypes back to repository_dependencies.xml
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Tue, 20 May 2014 15:10:08 +0200 |
parents | 3bb5da68305e |
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