From 5622502efa36022f4a0498ec54d6152adb15201e Mon Sep 17 00:00:00 2001 From: atrigila <18577080+atrigila@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:29:33 +0000 Subject: [PATCH] bump versions --- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- tests/bases2fastq.nf.test.snap | 6 +++--- tests/bcl2fastq.nf.test.snap | 6 +++--- tests/bclconvert.nf.test.snap | 6 +++--- tests/bclconvert_mini.nf.test.snap | 6 +++--- tests/fqtk.nf.test.snap | 6 +++--- tests/kraken.nf.test.snap | 6 +++--- tests/mkfastq.nf.test.snap | 6 +++--- tests/sgdemux.nf.test.snap | 6 +++--- tests/skip_tools.nf.test.snap | 30 +++++++++++++++--------------- tests/test_pe.nf.test.snap | 6 +++--- 12 files changed, 45 insertions(+), 45 deletions(-) diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 06ddb573..bf9df924 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,7 +1,7 @@ report_comment: > - This report has been generated by the nf-core/demultiplex + This report has been generated by the nf-core/demultiplex analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-demultiplex-methods-description": diff --git a/nextflow.config b/nextflow.config index 02217b53..fa7fb516 100755 --- a/nextflow.config +++ b/nextflow.config @@ -265,7 +265,7 @@ manifest { description = """Demultiplexing pipeline for Illumina sequencing data""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '1.5.2' + version = '1.5.3' doi = '10.5281/zenodo.7153103' } diff --git a/tests/bases2fastq.nf.test.snap b/tests/bases2fastq.nf.test.snap index d967e77e..0d02d50a 100644 --- a/tests/bases2fastq.nf.test.snap +++ b/tests/bases2fastq.nf.test.snap @@ -19,7 +19,7 @@ "untar": 1.34 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -206,10 +206,10 @@ ] ], "meta": { - "nf-test": "0.9.2", + "nf-test": "0.9.0", "nextflow": "24.10.0" }, - "timestamp": "2024-11-04T18:21:06.004398729" + "timestamp": "2024-11-04T22:03:45.396019249" }, "rnaseq_samplesheet": { "content": [ diff --git a/tests/bcl2fastq.nf.test.snap b/tests/bcl2fastq.nf.test.snap index a83672b1..f4dc5379 100644 --- a/tests/bcl2fastq.nf.test.snap +++ b/tests/bcl2fastq.nf.test.snap @@ -36,7 +36,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -257,9 +257,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:27:08.66031858" + "timestamp": "2024-11-04T22:05:10.862707812" }, "taxprofiler_samplesheet": { "content": [ diff --git a/tests/bclconvert.nf.test.snap b/tests/bclconvert.nf.test.snap index bca8dab2..b4159002 100644 --- a/tests/bclconvert.nf.test.snap +++ b/tests/bclconvert.nf.test.snap @@ -26,7 +26,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -243,9 +243,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:28:38.170386268" + "timestamp": "2024-11-04T22:06:40.844267965" }, "atacseq_samplesheet": { "content": [ diff --git a/tests/bclconvert_mini.nf.test.snap b/tests/bclconvert_mini.nf.test.snap index 00e80ff4..8c6c27f5 100644 --- a/tests/bclconvert_mini.nf.test.snap +++ b/tests/bclconvert_mini.nf.test.snap @@ -26,7 +26,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -351,9 +351,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:30:52.179362614" + "timestamp": "2024-11-04T22:09:33.510548826" }, "atacseq_samplesheet": { "content": [ diff --git a/tests/fqtk.nf.test.snap b/tests/fqtk.nf.test.snap index c4a582aa..9654f26b 100644 --- a/tests/fqtk.nf.test.snap +++ b/tests/fqtk.nf.test.snap @@ -22,7 +22,7 @@ "untar": 1.34 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -804,9 +804,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:37:06.039601101" + "timestamp": "2024-11-04T22:12:13.420210238" }, "rnaseq_samplesheet": { "content": [ diff --git a/tests/kraken.nf.test.snap b/tests/kraken.nf.test.snap index f11ad54d..7d333dd5 100644 --- a/tests/kraken.nf.test.snap +++ b/tests/kraken.nf.test.snap @@ -30,7 +30,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -265,9 +265,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:38:26.292866996" + "timestamp": "2024-11-04T22:13:52.447688832" }, "atacseq_samplesheet": { "content": [ diff --git a/tests/mkfastq.nf.test.snap b/tests/mkfastq.nf.test.snap index 0314b3dc..b9fbce79 100644 --- a/tests/mkfastq.nf.test.snap +++ b/tests/mkfastq.nf.test.snap @@ -16,7 +16,7 @@ "untar": 1.34 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -199,9 +199,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:39:40.224337223" + "timestamp": "2024-11-04T22:16:10.021030199" }, "rnaseq_samplesheet": { "content": [ diff --git a/tests/sgdemux.nf.test.snap b/tests/sgdemux.nf.test.snap index 48fe96c9..4bb1d806 100644 --- a/tests/sgdemux.nf.test.snap +++ b/tests/sgdemux.nf.test.snap @@ -29,7 +29,7 @@ "untar": 1.34 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -614,9 +614,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:42:08.793174743" + "timestamp": "2024-11-04T22:17:55.775005215" }, "atacseq_samplesheet": { "content": [ diff --git a/tests/skip_tools.nf.test.snap b/tests/skip_tools.nf.test.snap index 134ac029..11d1c5ea 100644 --- a/tests/skip_tools.nf.test.snap +++ b/tests/skip_tools.nf.test.snap @@ -13,7 +13,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -186,9 +186,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T16:00:27.087776653" + "timestamp": "2024-11-04T22:19:55.20106833" }, "rnaseq_samplesheet": { "content": [ @@ -217,7 +217,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -432,9 +432,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:59:43.275844831" + "timestamp": "2024-11-04T22:19:14.365042" }, "Skip MultiQC": { "content": [ @@ -453,7 +453,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -529,9 +529,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T16:03:37.651038824" + "timestamp": "2024-11-04T22:23:16.963681621" }, "atacseq_samplesheet": { "content": [ @@ -557,7 +557,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -730,9 +730,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T16:02:29.281437154" + "timestamp": "2024-11-04T22:22:04.618283549" }, "Skip Fastqc": { "content": [ @@ -751,7 +751,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -968,9 +968,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T16:01:45.089730924" + "timestamp": "2024-11-04T22:21:16.816355313" }, "taxprofiler_samplesheet": { "content": [ diff --git a/tests/test_pe.nf.test.snap b/tests/test_pe.nf.test.snap index f72e90a4..97a065bc 100644 --- a/tests/test_pe.nf.test.snap +++ b/tests/test_pe.nf.test.snap @@ -36,7 +36,7 @@ "md5sum": 8.3 }, "Workflow": { - "nf-core/demultiplex": "v1.5.2" + "nf-core/demultiplex": "v1.5.3" } }, [ @@ -340,9 +340,9 @@ ], "meta": { "nf-test": "0.9.0", - "nextflow": "24.04.4" + "nextflow": "24.10.0" }, - "timestamp": "2024-10-30T15:49:30.696307692" + "timestamp": "2024-11-04T22:25:46.595698154" }, "taxprofiler_samplesheet": { "content": [