From c3fa558a553f4652767664d8c1bc447140d7c3e0 Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Thu, 14 Sep 2023 09:50:01 -0500 Subject: [PATCH] Container now works in Singularity --- docker-wrappers/Cytoscape/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-wrappers/Cytoscape/README.md b/docker-wrappers/Cytoscape/README.md index f62e99c6..a4e95fcb 100644 --- a/docker-wrappers/Cytoscape/README.md +++ b/docker-wrappers/Cytoscape/README.md @@ -4,6 +4,8 @@ A Docker image for [Cytoscape](https://cytoscape.org/) that is available on [Doc It was originally derived from the [`docker-cytoscape-desktop/py4cytoscape `](https://github.com/cytoscape/docker-cytoscape-desktop/blob/173ab46b4b5e5c148113ad0c9960a6af3fc50432/py4cytoscape/Dockerfile) image. +Thank you to Scooter Morris for help debugging problems running Cytoscape in Singularity. + ## Building the Docker image To create the Docker image run: @@ -12,8 +14,6 @@ docker build -t reedcompbio/py4cytoscape -f Dockerfile . ``` from this directory. -This Docker image is compatible with Docker but not yet Singularity. - ## TODO - Finish this readme - Add an auth file for `xvfb-run`