Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 315 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 315 Bytes

Pegasus Tools

Homebrew formulas for Pegasus.

Installing Pegasus and HTCondor

brew tap pegasus-isi/tools
# Install without R DAX API
brew install pegasus
# Install with R DAX API
brew install pegasus --with-r-api

Running HTCondor

brew tap homebrew/services
brew services start htcondor