Mercurial > repos > jankanis > blast2html2
view test-data/refresh_test_results.sh @ 79:9fb1a7d67317 py2.6
remove unneeded encoding parameter
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Thu, 19 Jun 2014 16:43:22 +0200 |
parents | 05500bdd7376 |
children |
line wrap: on
line source
#!/bin/sh # run this from the directory it exists in to update the test outputs set -eu for i in 1 2 3 4 do "$@" ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html" done