Build pipeline: openpipelines-bio.openpipeline.processing-workflows-quantijd49m
Source commit: 38f5f83d11
Source message: fix tests
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.")
|
|
}
|