How to Install cromwell on Mac using Brew
Package Information:
Name: cromwell
Use: Workflow Execution Engine using Workflow Description Language
URL: https://github.com/broadinstitute/cromwell
Installation Steps:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cromwell using brew
brew install cromwell
cromwell is ready to use now!