diff --git a/example/nextflow.config b/example/nextflow.config index 695c461..57f6cae 100644 --- a/example/nextflow.config +++ b/example/nextflow.config @@ -16,5 +16,5 @@ params { } process { - executor = "slurm" + executor = "local" } \ No newline at end of file