homebrew-bio
homebrew-bio copied to clipboard
trimmomatic: support Sequoia
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you checked that there aren't other open pull requests for the same formula update/change?
- [ ] Have you built your formula locally with
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source --verbose --keep-tmp ./Formula/<FORMULA>.rb
, whereFORMULA
is the name of the formula you're submitting? - [ ] Does your formula have no offenses with
brew style /path/to/formula.rb
? - [ ] Does your formula pass
brew audit --formula brewsci/bio/<FORMULA> --online --git --skip-style
? - [ ] Does your formula pass
brew linkage --cached --test --strict brewsci/bio/<FORMULA>
after manual installation?