Mercurial > repos > jankanis > blast2html
view test-data/refresh_test_results.sh @ 98:e780606b7c25
test new command line parameters, fix small bug
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Mon, 30 Jun 2014 17:51:56 +0200 |
parents | 05500bdd7376 |
children | b3b5ee557170 |
line wrap: on
line source
#!/bin/sh # run this from the directory it exists in to update the test outputs set -eu "$@" ../blast2html.py -i "blast xml example1.xml" -o "blast xml example1.html" "$@" ../blast2html.py -i "blast xml example2.xml" -o "blast xml example2.html" "$@" ../blast2html.py -i "blast xml example3.xml" -o "blast xml example3.html" --genelink-template 'http://example.com/example-genebank?id={fullid}' "$@" ../blast2html.py -i "blast xml example4.xml" -o "blast xml example4.html" --db-config-dir .