Files
openpipeline/main.nf
2026-06-09 18:32:44 +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.")
}