Skip to content

Commit

Permalink
Merge pull request #29 from kojix2/patch-1
Browse files Browse the repository at this point in the history
Ensure consistency between init.sh and init_hg38.sh
  • Loading branch information
inodb authored Oct 28, 2024
2 parents 73d2967 + f57a935 commit 1fc10cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions init_hg38.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ for d in data; do
cd $d; ./init_hg38.sh
cd ..
done

# add override docker file for arm64
# see https://github.com/cBioPortal/cbioportal/issues/9829
if [[ ! -f "docker-compose.override.yml" ]] && [[ "$(arch)" = "arm64" ]]; then
cp docker-compose.arm64.yml docker-compose.override.yml
fi

0 comments on commit 1fc10cc

Please sign in to comment.