🎨 Features
sprocket lintLint Workflow Description Language files.sprocket explainExplain lint rules.
Guiding Principles
- Modern, reliable foundation for everyday bioinformatics analysis—written in Rust.
sprocketaims to package together a fairly comprehensive set of tools and for developing bioinformatics tasks and workflows using the Workflow Description Language. It is built with modern, multi-core systems in mind and written in Rust. - WDL specification focused. We aim to implement the various versions of the OpenWDL specification to the letter. In other words,
sprocketaims to be workflow engine independent. In the future, we plan to makesprocketextendable for workflow engine teams.
📚 Getting Started
Installation
Before you can install sprocket, you'll need to install
Rust. We recommend using
rustup to accomplish this.
Once Rust is installed, you can install the latest version of sprocket by
running the following command.
🖥️ Development
To bootstrap a development environment, please use the following commands.
# Clone the repository
# Build the crate in release mode
# Run the `sprocket` command line tool
🚧️ Tests
Before submitting any pull requests, please make sure the code passes the following checks (from the root directory).
# Run the project's tests.
# Run the tests for the examples.
# Ensure the project doesn't have any linting warnings.
# Ensure the project passes `cargo fmt`.
# Ensure the docs build.
🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.
📝 License
This project is licensed as either Apache 2.0 or MIT at your discretion.
Copyright © 2023-Present St. Jude Children's Research Hospital.