Last active
September 25, 2019 06:37
-
-
Save arthurtsang/649738ef1806a7915f75dd054dfec26b to your computer and use it in GitHub Desktop.
run.sh to start nginx and fcgiwrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -exuo pipefail | |
export PATH=$PATH:/bfx/bin/nextflow/19.07.0 | |
spawn-fcgi -u www-data -s /var/run/fcgiwrap.socket /usr/sbin/fcgiwrap | |
nginx -g "daemon on;" | |
nextflow "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment