VesselExpress
🔬🖥 Automated Blood Vasculature Analysis of 3D Light-Sheet Image Volumes
Install / Use
/learn @RUB-Bioinf/VesselExpressREADME
VesselExpress is an open-source software designed for rapid, fully automated and scalable analysis of vascular datasets in high-throughput sequences. It processes raw microscopic images (2D or 3D) of blood vessels in parallel and outputs quantified phenotypical data along with image and object files of the rendered vasculature. The processing steps include segmentation, skeletonization, graph construction with analysis and optional rendering. These steps are automated in a pipeline with the workflow management system Snakemake (see workflow DAG). The whole pipeline can be run via Docker or locally from the command line or web browser using the web interface.

Notes: It is also possible to execute each step individually with the corresponding Python script. Existing modules can be exchanged with custom scripts in the Snakefile.
Tutorial Video
You can use this YouTube Video for visualized instructions on how to download, setup and run VesselExpress on example data. By clicking on the image, you will be redirected to an external webseite to view the video. Learn more about the video here.
Docker Version
| Browser-Based User Interface | Command-Line only |
| --- | --- |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
If you want to use the browser version, follow these instructions:
- Install Docker for your operating system from here.
- Start Docker.
- Get the Docker image
- from DockerHub via
docker pull phispa1812/vesselexpress - or build the Docker image by calling
docker build -f ./Webinterface/Dockerfile -t vesselexpress .
- from DockerHub via
- Run VesselExpress via
docker run -p 5000:5000 phispa1812/vesselexpressif you've pulled the image from DockerHub- or via
docker run -p 5000:5000 vesselexpressif you've manually built the image as described above.
- Navigate to
localhost:5000in your browser (e.g. Firefox or Google Chrome) to open the web interface. On macOS Monterey you need to uncheck "AirPlay Receiver" in the "Sharing" system preference to use the web interface on port 5000.
If you want to use the command-line interface, follow these instructions:
- Install Docker for your operating system from here.
- Start Docker.
- Get the Docker image
- from DockerHub via
docker pull phispa1812/vesselexpress_cli - by calling
docker build -t vesselexpress_cli .from the VesselExpress directory.
- from DockerHub via
- Run VesselExpress
- via
docker run -v path-to-data-and-config:/home/user/VesselExpress/data phispa1812/vesselexpress_cliif you've pulled the image from DockerHub - or via
docker run -v path-to-data-and-config:/home/user/VesselExpress/data vesselexpress_cliif you've manually built the image as described above.
The first part of the command specifies the absolute path on your host containing image files to process and the configuration file. An example configuration file and 3D image can be found in the data folder. By default VesselExpress uses all cores for computation. We recommend decreasing the number of cores when working on an office PC to avoid out of memory errors. You can specify the number of cores via the flag -e. To run VesselExpress with 4 cores usedocker run -v path-to-data-and-config:/home/user/VesselExpress/data -e 'CORES=4' vesselexpress_cli
- via
Local Version (without Docker)
We recommend using the Docker version. The local version is intended for development. So far we have tested this on Ubuntu and macOS (excluding Frangi-Net). If you're using Windows, please use the Docker version.
For the browser version follow these instructions:
- Install Blender (optional for rendering).
We used Blender 2.83.4 on Linux and Blender 2.83.5 on macOS. You might need to adjust the path to Blender on your system in the Snakefile. - Download all packages via
pip install -r Webinterface/requirements.txt. - Type
python Webinterface/server/app.pyto run the web application. - In your browser navigate to
localhost:5000to open the webpage.
For the command-line version follow these instructions:
- Install Blender from here (see descriptions above).
- Install Anaconda following the installation instructions.
- Install Snakemake following the installation instructions.
- In a terminal navigate to the VesselExpress folder and type
snakemake --use-conda --cores all --conda-frontend conda --snakefile "./workflow/Snakefile".
Different parameters can be set by using the command line option '--config' or by changing the parameters in the config.json file. A full description of command line arguments for Snakemake can be found here.
You can learn more about how to set up and run VesselExpress here.
Wiki
There is a lot of useful information in our wiki.
Two important pages are:
- Our [FAQ](ht
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
prose
343.3kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).

