Skip to content

Commit

Permalink
Update homebrew_packages.yml
Browse files Browse the repository at this point in the history
Add cask dependencies for Xquartz and Java, comment out cufflinks and glimmer3 which do not build. cufflinks depends on samtools-0.1 which conflicts with samtools.
  • Loading branch information
jxtx committed May 18, 2015
1 parent 24dfb5e commit 780b479
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions homebrew_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@

- name: Install 'brew cask' command (and force brew update)
homebrew: name=brew-cask state=latest update_homebrew=yes

- name: Install cask dependencies (Java, Xquartz)
homebrew_cask: name={{item}}
with_items:
- Xquartz
- Java


# Blast won't build with gcc-4.9 OR clang, lovely. I don't want to tap homebrew/versions
- name: Install GCC 4.8 from homebrew/versions
Expand Down Expand Up @@ -43,7 +50,7 @@
- bowtie
- bowtie2
- tophat
- cufflinks
# - cufflinks
- mummer
- clustal-w
- clustal-omega
Expand All @@ -65,7 +72,7 @@
- spades
- soapdenovo
- cegma
- glimmer3
# - glimmer3
- glimmerhmm
- gmap-gsnap
- blasr
Expand Down

0 comments on commit 780b479

Please sign in to comment.