Build pipeline: viash-hub.htrnaseq.main-77sg6
Source commit: 10d3b382d6
Source message: Add runner integration tests, revert ec0dd8b (#64)
14 lines
325 B
Bash
Executable File
14 lines
325 B
Bash
Executable File
# 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/runner/test.nf \
|
|
-config ./src/config/labels.config \
|
|
-entry test_wf \
|
|
-resume \
|
|
-profile docker,local
|