Closed tmozgach closed 7 years ago
Include link to this list of available software: http://formulae.brew.sh Describe a few useful paths, such as
/home/linuxbrew/.linuxbrew/bin
/home/linuxbrew/.linuxbrew/opt
/home/linuxbrew/.linuxbrew/Cellar
I think we should describe how to mount their local home directory inside the ORCA container.
docker run -it -v $HOME -w $HOME bcgsc/orca
Include link to this list of available software: http://formulae.brew.sh
but it is a list for homebrew for Mac? Should we add that?
Yep, it's fine. Those formulae are available for both macOS and Linux.
@sjackman I didn't find exact definitions for those folders, could you please briefly describe?
/home/linuxbrew/.linuxbrew/bin
/home/linuxbrew/.linuxbrew/opt
/home/linuxbrew/.linuxbrew/Cellar
/home/linuxbrew/.linuxbrew/bin
includes the executables and scripts in your PATH
.
/home/linuxbrew/.linuxbrew/opt
includes symlinks to the most recent version of each software package.
/home/linuxbrew/.linuxbrew/Cellar
includes all versions of the installed software packages.
@sjackman thanks! I edited the text.
@sjackman could you please review the documentation that Steve asked, do I need add something more?