Skip to content

R client for interacting with Cromwell with WDL workflows

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

getwilds/rcromwell

Repository files navigation

rcromwell

Project Status: Experimental – Useable, some support, not open to feedback, unstable API. R-CMD-check codecov

Convenience Tools for Managing WDL Workflows via Cromwell

Cromwell is a scientific workflow engine designed for simplicity and scalability. It's maintained by the Broad Institute. (docs, code source).

rcromwell is maintained by the Fred Hutch Cancer Center Data Science Lab.

Installation

You can install the development version of rcromwell from GitHub with:

# install.packages("pak")
pak::pak("getwilds/rcromwell")

Documentation

Go to http://getwilds.org/rcromwell/ for rcromwell package documentation. Go to the Get Started vignette to get started, or reference page for the function documentation.

Bugs? Features?

Open an issue on our issue tracker.

Code of Conduct

Please note that the rcromwell project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

MIT

Prior art