Remove deprecated nextflow.enable.dsl=2 for Nextflow >=24.x compatibility
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
This commit is contained in:
1
main.nf
1
main.nf
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user