Files
openpipeline_spatial/resources_test_scripts/reference_tiny.sh
CI 606bf32ee4 Build branch update-op-dependencies with version v0.1.0 (ef8f9ab)
Build pipeline: openpipelines-bio.openpipeline-spatial.update-op-dependenck255g

Source commit: ef8f9ab8bd

Source message: update op package version
2025-08-25 10:20:09 +00:00

19 lines
383 B
Bash
Executable File

#!/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