Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 644 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 644 Bytes

biobricks-script-lib

A library of shared scripts for use in brick data processing.

Usage

Recommended usage as git submodule:

git submodule add https://github.com/biobricks-ai/biobricks-script-lib.git vendor/biobricks-script-lib

Set up environment:

# Get local path
localpath=$(pwd)
echo "Local path: $localpath"

eval $( $localpath/vendor/biobricks-script-lib/activate.sh )

When using git clone, be sure to use get all submodules:

git clone --recurse-submodules [email protected]:biobricks-ai/my-brick.git

or with an already cloned repo:

git submodule update --init --recursive