https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 4cd434bee973385573a29860eb97370e96af3a08 authored by John Chilton on 15 January 2015, 21:01:03 UTC
Bugfix: Skip extra wrapping around template-style macros.
Tip revision: 4cd434b
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