Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
purohit authored May 11, 2017
2 parents a0108fc + 3bcba39 commit a0f3cb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
*.swp
input/
output/
*.swp
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN apt-get -y update && \
python-wxgtk3.0 \
python-zmq
WORKDIR /usr/local/src
RUN git clone https://github.com/CellProfiler/CellProfiler.git
ARG VERSION=stable
RUN git clone -b $VERSION https://github.com/CellProfiler/CellProfiler.git
WORKDIR /usr/local/src/CellProfiler
# Install CellProfiler at a specific version
RUN git checkout tags/2.2.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ test: input output output/gold data input/filelist.txt AS_09125_050116030001_D03
diff -b output/AS_09125_050116030001_D03f00d0_Outline.png output/gold/AS_09125_050116030001_D03f00d0_Outline.png
diff -b output/Nuclei.csv output/gold/Nuclei.csv
diff -b output/Cells.csv output/gold/Cells.csv
diff -b output/Cytoplasm.csv output/gold/Cytoplasm.csv
diff -b output/Cytoplasm.csv output/gold/Cytoplasm.csv
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build
Status](https://travis-ci.com/recursionpharma/cellprofiler-docker.svg?token=GrWRwBK4pgTygz4Nzroz&branch=master)](https://travis-ci.com/recursionpharma/cellprofiler-docker)
[![Build Status](https://travis-ci.org/CellProfiler/docker.svg?branch=master)](https://travis-ci.org/CellProfiler/docker)

Testing docker locally:

Expand All @@ -10,4 +9,4 @@ On a Linux host machine, running CellProfiler's GUI from the container:

# Note, the following line is insecure.
xhost +local:root
docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro cellprofiler:latest ""
docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro cellprofiler:latest ""

0 comments on commit a0f3cb0

Please sign in to comment.