You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is pipeline controller(SnakeMake) for pipeline container by using Flask, Jinja2 and Bootstrap. This controller provides config.yaml form for executing snakemake and it will execute the workflow after submission.
Before running docker, please change path(Line 9 and Line 34) in docker-compose.yaml
# Line 9 and 34# Change volumes to your path# /your-git-clone-folder/snakemake-gui-controller/pipelines:/pipeline_controller/pipelinesvolumes:
- /Users/junheeyoon/Desktop/OpenKBC/snakemake-gui-controller/pipelines:/pipeline_controller/pipelines
Docker-compose:
docker-compose up --build
Usage
Using docker-compose is highly recommended, but you can run pipeline manually by modifying snakefile and launching flask, celery in local
After docker-compose -f docker-compose.yaml up --build, go to the browser and http://localhost for pipeline
Importing pipeline
Create your pipeline folder inside pipelines directory
Make snakefile and check all the path is based on your pipeline folder(treat your pipeline folder as root)