https://github.com/hyperbrowser/genomic-hyperbrowser
Raw File
Tip revision: 6304c816c9c5bd1bd60bedae42aa70b98bfeb1cf authored by John Chilton on 15 January 2015, 21:01:33 UTC
Bugfix: Skip extra wrapping around template-style macros.
Tip revision: 6304c81
run_demo_sequencer.sh
#!/bin/sh

cd `dirname $0`
python ./scripts/paster.py serve demo_sequencer_wsgi.ini --pid-file=demo_sequencer_webapp.pid --log-file=demo_sequencer_webapp.log $@
back to top