From b932ab9c0f7adb7b67531e5dbc7f9a3d9c63be5a Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Thu, 11 Jul 2024 11:22:48 +0000 Subject: [PATCH 1/3] Update dupradar test snapshot --- modules/nf-core/dupradar/tests/main.nf.test.snap | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/nf-core/dupradar/tests/main.nf.test.snap b/modules/nf-core/dupradar/tests/main.nf.test.snap index 0b38d4be180..dc7aba4a55a 100644 --- a/modules/nf-core/dupradar/tests/main.nf.test.snap +++ b/modules/nf-core/dupradar/tests/main.nf.test.snap @@ -23,8 +23,8 @@ "strandedness": "forward" }, [ - "test_dup_intercept_mqc.txt:md5,7b6fb70cbede0d20ffa576a0cc0b249d", - "test_duprateExpDensCurve_mqc.txt:md5,49b44937123c14b622f346cb6156dd4f" + "test_dup_intercept_mqc.txt:md5,11961f0962ffc70e42aa57a12984e0fc", + "test_duprateExpDensCurve_mqc.txt:md5,f7d3432ef52047336b156446281aa6ac" ] ] ], @@ -36,7 +36,7 @@ "nf-test": "0.8.4", "nextflow": "24.04.2" }, - "timestamp": "2024-07-05T13:26:49.615507" + "timestamp": "2024-07-11T11:21:44.31238184" }, "sarscov2 - bam - single_end - stub": { "content": [ @@ -199,7 +199,7 @@ "nf-test": "0.8.4", "nextflow": "24.04.2" }, - "timestamp": "2024-07-05T13:27:00.623697" + "timestamp": "2024-07-11T11:21:56.741878886" }, "sarscov2 - bam - paired_end": { "content": [ @@ -225,8 +225,8 @@ "strandedness": "forward" }, [ - "test_dup_intercept_mqc.txt:md5,d69369924aeb9695b0e97e755e0d9ea3", - "test_duprateExpDensCurve_mqc.txt:md5,f4a50dc09de81219ed4449c11153ba6e" + "test_dup_intercept_mqc.txt:md5,002855b42a71aa0f407ef7fa19df9ac3", + "test_duprateExpDensCurve_mqc.txt:md5,e797d8e256c5b2ab3aad1801360f1a77" ] ] ], @@ -238,7 +238,7 @@ "nf-test": "0.8.4", "nextflow": "24.04.2" }, - "timestamp": "2024-07-05T13:27:11.791811" + "timestamp": "2024-07-11T11:22:10.053957095" }, "sarscov2 - bam - paired_end - stub": { "content": [ @@ -401,6 +401,6 @@ "nf-test": "0.8.4", "nextflow": "24.04.2" }, - "timestamp": "2024-07-05T13:27:22.967266" + "timestamp": "2024-07-11T11:22:22.134058061" } } \ No newline at end of file From 130f9988c7041df8203aa74fb7307451c5fb0dda Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Thu, 11 Jul 2024 11:26:33 +0000 Subject: [PATCH 2/3] Dummy commit to try and trigger nf-test in ci --- modules/nf-core/dupradar/main.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nf-core/dupradar/main.nf b/modules/nf-core/dupradar/main.nf index 8f3665a678c..3eb2d33f77d 100644 --- a/modules/nf-core/dupradar/main.nf +++ b/modules/nf-core/dupradar/main.nf @@ -1,4 +1,5 @@ process DUPRADAR { + tag "$meta.id" label 'process_long' From c55eef966761eda6702df31686d1573e3403222e Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Thu, 11 Jul 2024 11:35:32 +0000 Subject: [PATCH 3/3] Revert "Dummy commit to try and trigger nf-test in ci" This reverts commit 130f9988c7041df8203aa74fb7307451c5fb0dda. --- modules/nf-core/dupradar/main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nf-core/dupradar/main.nf b/modules/nf-core/dupradar/main.nf index 3eb2d33f77d..8f3665a678c 100644 --- a/modules/nf-core/dupradar/main.nf +++ b/modules/nf-core/dupradar/main.nf @@ -1,5 +1,4 @@ process DUPRADAR { - tag "$meta.id" label 'process_long'