Build branch fix-integration-tests with version fix-integration-tests (da62b4ff)

Build pipeline: vsh-ci-dev-gckj5

Source commit: da62b4ffe3

Source message: Add labels to qc_test component
This commit is contained in:
CI
2024-11-15 14:37:33 +00:00
parent 43cfb251c7
commit bb7533583f
1550 changed files with 913066 additions and 791 deletions

View File

@@ -1,25 +1,23 @@
#!/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"
export NXF_VER=21.10.6
nextflow run . \
nextflow \
run . \
-main-script src/workflows/integration/bbknn_leiden/test.nf \
-profile docker,no_publish \
-entry test_wf \
-profile docker,no_publish \
-c src/workflows/utils/labels_ci.config \
-c src/workflows/utils/integration_tests.config
nextflow run . \
nextflow \
run . \
-main-script src/workflows/integration/bbknn_leiden/test.nf \
-profile docker,no_publish \
-entry test_wf2 \
-profile docker,no_publish \
-c src/workflows/utils/labels_ci.config \
-c src/workflows/utils/integration_tests.config
-c src/workflows/utils/integration_tests.config