Skip to content

pepkit/caravel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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