Remove deprecated nextflow.enable.dsl=2 for Nextflow >=24.x compatibility
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
2026-03-16 15:42:07 +01:00
parent 8887cbe592
commit 40d5424593

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env nextflow #!/usr/bin/env nextflow
nextflow.enable.dsl=2
params.fasta = 's3://omic/eureka/immunebuilder/antibody_test.fasta' params.fasta = 's3://omic/eureka/immunebuilder/antibody_test.fasta'
params.outdir = 's3://omic/eureka/immunebuilder/output' params.outdir = 's3://omic/eureka/immunebuilder/output'