higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

Distinguish latest from default #83

Closed mccalluc closed 7 years ago

mccalluc commented 7 years ago

Fix #78

USAGE: ./build.sh -d                           # For a stable default build
       ./build.sh -l                           # Pull the latest dependencies, and timestamp container
       ./build.sh -p PORT -v VOLUME -w WORKERS # If one is given, all are required.

@ngehlenborg / @pkerpedjiev : I hope this does what both of you want: