Caravel provides aweb interface to interact with your PEP-formatted projects. Caravel lets you submit jobs to any cluster resource manager, monitor jobs, summarize results, and browse project summary web pages.


Keywords
project, bioinformatics, sequencing, ngs, workflow, GUI, looper, pipeline-framework
License
BSD-2-Clause
Install
pip install caravel==0.13.2

Documentation

caravel logo caravel

PEP compatible

caravel is a local web GUI for looper. Caravel gives you a slick web interface to interact with your projects formatted as PEPs. You can use it to submit jobs to any cluster resource manager, monitor jobs, summarize results, and browse project summary web pages. caravel basically builds on top of looper, but uses the lightweight flask microframework to give you a web interface, making it even easier to manage your jobs for those who like pointy-clicky.

Documentation is hosted at caravel.databio.org (source in the /docs folder).

docker

Build Status

A docker image for running caravel is available through the dockerfile in this repository. To build the image:

docker build -t caravel_demo .

Run the container with caravel --demo:

docker run -p 5000:5000 caravel_demo caravel --demo