Skip to main content

Workflow Management System

Project description

COSMOS is currently BETA. Although the code is considered stable, we are planning a major publication before the official release.

For more information and the full documentation please visit http://lpm-hms.github.io/COSMOS-2.0/.

To chat with the author/other users (many of which use COSMOS to make bioinformatics NGS workflows), use gitter:

Join the chat at https://gitter.im/LPM-HMS/Cosmos2

Install

pip install cosmos-wfm

Introduction

Cosmos is a workflow management system for Python. It allows you to efficiently program complex workflows of command line tools that automatically take advantage of a compute cluster, and provides a web dashboard to monitor, debug, and analyze your jobs. Cosmos is able to scale on a traditional cluster such as LSF or GridEngine with a shared filesystem. It is especially powerful when combined with spot instances on Amazon Web Services and StarCluster.

History

COSMOS was published as an Application Note in the journal Bioinformatics, but has evolved a lot since it’s original inception. If you use COSMOS for research, please cite it’s manuscript. This means a lot to the author.

Since the original publication, it has been re-written and open-sourced by the original author, in a collaboration between The Lab for Personalized Medicine at Harvard Medical School, the Wall Lab at Stanford University, and Invitae, a clinical genetic sequencing diagnostics laboratory.

Features

  • Written in python which is easy to learn, powerful, and popular. A programmer with limited experience can begin writing Cosmos workflows right away.

  • Powerful syntax for the creation of complex and highly parallelized workflows.

  • Reusable recipes and definitions of tools and sub workflows allows for DRY code.

  • Keeps track of workflows, job information, and resource utilization and provenance in an SQL database.

  • The ability to visualize all jobs and job dependencies as a convenient image.

  • Monitor and debug running workflows, and a history of all workflows via a web dashboard.

  • Alter and resume failed workflows.

Multi-platform Support

  • Support for DRMS such as SGE, LSF. DRMAA coming soon. Adding support for more DRMs is very straightforward.

  • Supports for MySQL, PosgreSQL, Oracle, SQLite by using the SQLALchemy ORM.

  • Extremely well suited for cloud computing, especially when used in conjuection with AWS and StarCluster.

Bug Reports

Please use the Github Issue Tracker.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cosmos-wfm-1.6.10.tar.gz (295.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page