Skip to content

Commit 7fa2ca6

Browse files
committed
excluding bcftools stats
1 parent 3f4ce6a commit 7fa2ca6

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

tests/test_long.nf.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ nextflow_pipeline {
8686
def stable_name_preprocessing = getAllFilesFromDir("$outputDir/preprocessing" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.{zip,log,html}'] )
8787

8888
// Genotyping
89-
def stable_content_genotyping = getAllFilesFromDir("$outputDir/genotyping" , includeDir: false , ignore: ['**/*.{tbi,vcf.gz}'] , ignoreFile: null , include: ['**/*'] )
90-
def stable_name_genotyping = getAllFilesFromDir("$outputDir/genotyping" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.tbi'] )
89+
def stable_content_genotyping = getAllFilesFromDir("$outputDir/genotyping" , includeDir: false , ignore: ['**/*.{tbi,vcf.gz,stats.txt}'] , ignoreFile: null , include: ['**/*'] )
90+
def stable_name_genotyping = getAllFilesFromDir("$outputDir/genotyping" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.{tbi,stats.txt}'] )
9191
// We need to collect the vcfs separately to run more specific md5sum checks on the header (contnts are unstable due to same reasons as BAMs, explained above).
9292
def genotyping_vcfs = getAllFilesFromDir("$outputDir/genotyping" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.vcf.gz'] )
9393

tests/test_long.nf.test.snap

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"genotyping": {
132132
"content": [
133133
[
134-
"JK2782_Mammoth_MT_Krause.bcftools_stats.txt:md5,813ab2e28014cb4f0a8307ab98a23e00",
134+
"JK2782_Mammoth_MT_Krause.bcftools_stats.txt:md5,0209763fc0b335ce95da0ebc77a35085",
135135
"JK2802_Mammoth_MT_Krause.bcftools_stats.txt:md5,b0692b1f9382add5d456397e320854f3"
136136
],
137137
[
@@ -143,21 +143,21 @@
143143
"nf-test": "0.9.2",
144144
"nextflow": "25.04.8"
145145
},
146-
"timestamp": "2025-10-27T12:32:54.329478"
146+
"timestamp": "2025-11-21T09:52:57.182743"
147147
},
148148
"damage_manipulation": {
149149
"content": [
150150
[
151-
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_rescaled.bam:md5,d391ec8555f37645402bd5a0d9a342d3",
152-
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_rescaled.bam.bai:md5,ee6aa08aefedc416b57a2176f654f8f0",
153-
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_rescaled.bam:md5,5f1375bcd87d8365aed1710e5e4b7402",
154-
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_rescaled.bam.bai:md5,c340381bc6f3913a32d4b407ae2f4aee",
155-
"Stats_out_MCMC_hist.pdf:md5,9f73df3d3f4492a455144a08086e80b9",
156-
"Stats_out_MCMC_post_pred.pdf:md5,eb845a474c0961301c74ad711a951939",
157-
"Stats_out_MCMC_trace.pdf:md5,290b78be9107159e8ceaa06538bb0a8f",
158-
"Stats_out_MCMC_hist.pdf:md5,2a14b02c2a5ffa1b558f36adb4d8be35",
159-
"Stats_out_MCMC_post_pred.pdf:md5,1845a9bdcf2288c1f2fc340413fc4441",
160-
"Stats_out_MCMC_trace.pdf:md5,4a553c2c16c7aab8c6cde7d0f4f5d06a"
151+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_rescaled.bam:md5,6d72046d47139efaebe0942f523f7c5c",
152+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_rescaled.bam.bai:md5,2995466253f1dd5e3a98b4ac3bc5ecc8",
153+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_rescaled.bam:md5,ea89b8755d5e43705f3582eabed381d2",
154+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_rescaled.bam.bai:md5,b5d36ad74aad6dbff018936dacd653f3",
155+
"Stats_out_MCMC_hist.pdf:md5,851d6989eabc80e932f56f5d7c231967",
156+
"Stats_out_MCMC_post_pred.pdf:md5,28d30f5902e9e007de5625d3653a67af",
157+
"Stats_out_MCMC_trace.pdf:md5,27eea4b15a8493f2f63d083154533851",
158+
"Stats_out_MCMC_hist.pdf:md5,e0075e072ebe30b37d99fe73ff73a8c9",
159+
"Stats_out_MCMC_post_pred.pdf:md5,9d95b808d833534f7cfcd42edcd597bb",
160+
"Stats_out_MCMC_trace.pdf:md5,a02c59b1902b4a6b1ff36943a06e43fb"
161161
],
162162
[
163163
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_rescaled.bam",
@@ -176,7 +176,7 @@
176176
"nf-test": "0.9.2",
177177
"nextflow": "25.04.8"
178178
},
179-
"timestamp": "2025-11-14T15:08:42.561348"
179+
"timestamp": "2025-11-21T09:52:56.93062"
180180
},
181181
"final_bams": {
182182
"content": [

0 commit comments

Comments
 (0)