Skip to content

Commit

Permalink
initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Yong Lee authored Jan 23, 2018
1 parent bf55786 commit e2f923f
Show file tree
Hide file tree
Showing 22 changed files with 440,927 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM coldfire79/bsf-py

RUN pip install pandas numba scipy
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# LINCS-Finder
a web app to find the most interesting signatures from LINCS L1000
# How to build
docker build -t coldfire79/server .

# How to debug
docker run -v /Volumes/userdata/Joonyong/bsf-server-gse/:/tmp/server:consistent -p 127.0.0.1:3333:3333 -it --name server coldfire79/server /bin/bash

# How to run
docker run -v /Volumes/userdata/Joonyong/bsf-server-gse/:/tmp/server:consistent -it --name server coldfire79/bsf-py /bin/bash
Loading

0 comments on commit e2f923f

Please sign in to comment.