Build branch openpipeline_spatial/update-spatial-versions with version update-spatial-versions to openpipeline_spatial on branch update-spatial-versions (532e644)

Build pipeline: vsh-ci-build-template-k65s9

Source commit: 532e64485a

Source message: update spatialdata versions
This commit is contained in:
CI
2025-10-30 13:21:10 +00:00
commit 78da099d22
432 changed files with 230222 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/bash
set -eo pipefail
# get the root of the directory
REPO_ROOT=$(git rev-parse --show-toplevel)
# ensure that the command below is run from the root of the repository
cd "$REPO_ROOT"
DIR="resources_test/GRCh38"
mkdir -p $DIR
aws s3 sync \
--profile di \
s3://openpipelines-bio/openpipeline_spatial/resources_test/GRCh38 \
"$DIR" \
--delete \
--dryrun