Build pipeline: vsh-ci-dev-k8tz4
Source commit: 2dbe3b7231
Source message: Fix pointers to test resources
6 lines
162 B
Plaintext
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.")
|
|
}
|