Files
openpipeline_spatial/src/workflows/qc/spatial_qc/integration_test.sh
CI c6296af264 Build branch openpipeline_spatial/h5mu-to-seurat with version h5mu-to-seurat to openpipeline_spatial on branch h5mu-to-seurat (3b5314b)
Build pipeline: test-vsh-ci-build-template-qlrkg

Source commit: 3b5314b60d

Source message: update changelog
2025-10-20 09:17:46 +00:00

16 lines
395 B
Bash

#!/bin/bash
# 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"
nextflow \
run . \
-main-script src/workflows/qc/spatial_qc/test.nf \
-entry test_wf \
-profile docker,no_publish \
-c src/workflows/utils/labels_ci.config \
-c src/workflows/utils/integration_tests.config