Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.41 KB

readme.md

File metadata and controls

22 lines (17 loc) · 1.41 KB

This builds bioBakery container running Ubuntu

Installation based on information at https://bitbucket.org/biobakery/biobakery/wiki/biobakery_advanced#rst-header-build-biobakery-google-cloud, taking their build_biobakery.sh and modifying it for our Ubuntu image.

The main hurdles were:

  • LinuxBrew will not install as root, so, had to create an user "brewuser", chown files to him, run all the brew commands (in brew_all.sh) as this user, and then chown back to root.
  • many bioBakery commands set R_LIBS variable before calling the program to set path to program specific R libraries. R_LIBS is not being picked up by R. Thus we modify all these commands to replace R_LIBS with R_LIBS_USER, which R reads correctly.

Rough install info

Useful links: bioBakery advanced install - https://bitbucket.org/biobakery/biobakery/wiki/biobakery_advanced usearch license site - http://www.drive5.com/usearch/download_academic_site.html