Skip to content

Docker image with VPT (The Vizgen Post-processing Tool)

License

Notifications You must be signed in to change notification settings

usegalaxy-eu/docker-vpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Repository on Quay

docker-vpt

Docker image with VPT (The Vizgen Post-processing Tool) version 1.3.0 and cellpose version 2.2.3

How to build the container

To build this container you can use the following command:

git clone https://github.com/usegalaxy-eu/docker-vpt.git
cd docker-vpt
docker build -t CONTAINER_NAME .

How to pull the container from Quay.io

The container is stored on Quay.io and you can get it via:

docker pull quay.io/bgruening/vpt:1.3.0-1

How to use the container

To analyze your data with the container:

docker run -it -v ./your_local_directory/:/directory_on_container CONTAINER_NAME:tag bash

How to install vpt via conda environment

To use vpt in a conda environment you can use the "vpt_cp2_env.yml" file and then install vpt via:

conda env create -n ENVIRONMENT_NAME -f vpt_cp2_env.yml -y
conda activate ENVIRONMENT_NAME

About

Docker image with VPT (The Vizgen Post-processing Tool)

Resources

License

Stars

Watchers

Forks

Packages

No packages published