Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
hisplan committed Jul 31, 2021
1 parent c96ce4f commit ad1766c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dockers/hto-adt-postprocess/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

source config.sh

if [ ! -r ./data/10x-hto-gex-mapper.pickle ]
then
# pre-build 10x-hto-gex-mapper.pickle
python hto_gex_mapper.py
fi

docker build -t ${image_name}:${version} .
1 change: 0 additions & 1 deletion dockers/hto-adt-postprocess/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version="0.3.3"

# docker related
registry="583643567512.dkr.ecr.us-east-1.amazonaws.com"
registry="hisplan"
image_name="cromwell-hto-adt-postprocess"

# set this to 1 if you want to create a repository in AWS ECR
Expand Down

0 comments on commit ad1766c

Please sign in to comment.