Skip to content

CHPC-UofU/Singularity-bioBakery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Singularity bioBakery container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published