Files
openpipeline/main.nf
CI 1683fce826 Build branch v3.0 with version v3.0.0 (e92e56b4)
Build pipeline: vsh-ci-build-template-pn6wx

Source commit: e92e56b491

Source message: Merge remote-tracking branch 'origin/main' into v3.0
2025-08-22 17:01:05 +00:00

6 lines
162 B
Plaintext

nextflow.enable.dsl=2
workflow {
print("This is a dummy placeholder for pipeline execution. Please use the corresponding nf files for running pipelines.")
}