Skip to content

biobricks-ai/biobricks-script-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published