diff --git a/.nf-core.yml b/.nf-core.yml index 81a37031..99e7478b 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -43,4 +43,4 @@ template: skip_features: - fastqc - is_nfcore - version: 1.10.0dev + version: 1.9.3 diff --git a/nextflow.config b/nextflow.config index 669bd9f6..46ab76ca 100644 --- a/nextflow.config +++ b/nextflow.config @@ -277,7 +277,7 @@ manifest { description = """A nextflow pipeline for calling and annotating small germline variants from short DNA reads for WES and WGS data""" mainScript = 'main.nf' nextflowVersion = '!>=24.10.0' - version = '1.10.0dev' + version = '1.9.3' doi = '' }