Victorian-Bioinformatics-Consortium / nesoni

High throughput sequencing analysis tools
GNU General Public License v2.0
30 stars 10 forks source link

Home/Linuxbrew (tested on Ubuntu 14.04) formula for nesoni #12

Open mscook opened 9 years ago

mscook commented 9 years ago

I have only tested on Ubuntu. Something like this -

Linuxbrew

git clone https://github.com/Homebrew/linuxbrew.git ~/.linuxbrew export PATH="$HOME/.linuxbrew/bin:$PATH" export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH" export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH" echo 'export PATH="$HOME/.linuxbrew/bin:$PATH"' >> ~/.bashrc echo 'export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"' >> ~/.bashrc echo 'export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"' >> ~/.bashrc brew tap homebrew/science brew tap chapmanb/cbl brew tap tseemann/homebrew-bioinformatics-linux brew tap mscook/BanzaiNGS

brew install nesoni

Will pull down minimum deps.