Skip to content

sn-code-inside/biobox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

413 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Tools for bioinformatics, many of which are also used in the text book Bioinformatics for Evolutionary Biologists by Bernhard Haubold and Angelika Börsch-Haubold.

Author

Bernhard Haubold, haubold@evolbio.mpg.de

Windows/Ubuntu

git clone https://github.com/evolbioinf/biobox
cd biobox
bash scripts/setup.sh
  • Make package
make

The directory bin should now contain the programs listed in progs.txt

macOS

  • Install X-Code
xcode-select --install
brew tap brewsci/bio
brew install brewsci/bio/libdivsufsort git gnuplot golang
graphviz gsl tcl-tk xquartz
git clone https://github.com/evolbioinf/biobox
cd biobox
  • Make package
make

The directory bin should now contain the programs listed in progs.txt

Archlinux

git clone https://github.com/evolbioinf/biobox
cd biobox
bash scripts/setupArch.sh
  • Make package
make

The directory bin should now contain the programs listed in progs.txt

License

GNU General Public License

Packages

 
 
 

Contributors

Languages

  • Go 59.8%
  • PostScript 19.7%
  • Makefile 11.7%
  • Gnuplot 6.8%
  • Shell 1.1%
  • TeX 0.5%
  • Other 0.4%