Skip to content

🐳 ParaViewWeb running in a docker container. This image can be used to integrate ParaViewWeb into Galaxy

License

Notifications You must be signed in to change notification settings

BMCV/docker-paraviewweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Docker Pulls Docker Stars

Docker ParaViewWeb Container

This ParaViewWeb Docker container is used by the Galaxy Project.

screenshot

Usage

  • Build your own image and run it

Docker is a pre-requirement for this project. You can build the container with:

 docker build -t paraviewweb .

The build process can take some time, but if finished you can run your container with:

 docker run -p 8777:8777 -v /home/user/paraviewweb/input/:/input/ -v /home/user/paraviewweb/output/:/output/ paraviewweb

and you will have a running ParaViewWeb instance on http://localhost:8777/apps/Visualizer.

Environment Variables

Some environment variables are made available to the user which will allow for configuring the behaviour of individual instances.

Variable Use
DATASET_HID Path of file relative to /input which is loaded on startup

Acknowledgment

This work has been supported by the BMBF-funded Heidelberg Center for Human Bioinformatics (HD-HuB) within the German Network for Bioinformatics Infrastructure (de.NBI) #031A537C.

Works best with

About

🐳 ParaViewWeb running in a docker container. This image can be used to integrate ParaViewWeb into Galaxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published