This repository contains the Homebrew formula for Funnel, a powerful tool for managing computational workflows.
To install Funnel via Homebrew, run the following command in your terminal:
brew tap ohsu-comp-bio/formula
brew install funnel
After installation, you can start using Funnel for managing your computational workflows. For detailed usage instructions, please refer to the official Funnel documentation.
We welcome contributions to the Homebrew formula for Funnel. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes.
- Submit a pull request with a clear description of your changes.
Please ensure your code adheres to the existing coding standards and includes proper tests.
For future developers who will maintain this Homebrew formula, here are some important aspects to consider:
This formula is automatically created and updated as part of Funnel's release process. Specifically the release
target of Funnel's Makefile invokes GoReleaser, which then builds new Funnel binaries, creates a new release on Github, and updates this Homebrew formula.
To start this release process run the following in the Funnel codebase:
make release
If you encounter any issues while using or installing Funnel through this Homebrew formula, please open an issue either here or in Funnel's repohttps://github.com/ohsu-comp-bio/funnel.