From 40d5424593c84b32c275cbf6a4a9bfa2cea4a731 Mon Sep 17 00:00:00 2001 From: Olamide Isreal Date: Mon, 16 Mar 2026 15:42:07 +0100 Subject: [PATCH] Remove deprecated nextflow.enable.dsl=2 for Nextflow >=24.x compatibility --- main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.nf b/main.nf index 7733d35..9dabbf2 100644 --- a/main.nf +++ b/main.nf @@ -1,6 +1,5 @@ #!/usr/bin/env nextflow -nextflow.enable.dsl=2 params.fasta = 's3://omic/eureka/immunebuilder/antibody_test.fasta' params.outdir = 's3://omic/eureka/immunebuilder/output'