Skip to content

Commit edb3569

Browse files
committed
Exclude fastqc output files from snapshots.
1 parent 533d4eb commit edb3569

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

tests/.nftignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ multiqc/multiqc_data/multiqc_sources.txt
66
multiqc/multiqc_data/multiqc_software_versions.txt
77
multiqc/multiqc_plots/{svg,pdf,png}/*.{svg,pdf,png}
88
multiqc/multiqc_report.html
9-
fastqc/*_fastqc.{html,zip}
9+
fastqc/**/*_fastqc.{html,zip}
10+
1011
pipeline_info/*.{html,json,txt,yml}

tests/default.nf.test.snap

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@
102102
"pipeline_info/nf_core_demo_software_mqc_versions.yml"
103103
],
104104
[
105-
"SAMPLE1_PE_1_fastqc.html:md5,9a3ec3bb288e219be83acf99c4db8808",
106-
"SAMPLE1_PE_2_fastqc.html:md5,960105f9a6b8de79d7ce5a551c74e168",
107-
"SAMPLE2_PE_1_fastqc.html:md5,4ee8b611fec4dcfc767a46c626ff2438",
108-
"SAMPLE2_PE_2_fastqc.html:md5,91575cdfcca78107891360cc3aacac0b",
109-
"SAMPLE3_SE_1_fastqc.html:md5,53681e149d21835ecb21880bc845ae64",
110-
"SAMPLE3_SE_2_fastqc.html:md5,0c1e792c25082d3fbaf554fd98b12186",
111105
"SAMPLE1_PE_sample1_R1.fastq.gz:md5,7dd2fd0d542d9259d9aed53550907fae",
112106
"SAMPLE1_PE_sample1_R2.fastq.gz:md5,1995fe8488384d801807805f26ceca8a",
113107
"SAMPLE2_PE_sample2_R1.fastq.gz:md5,05dba9c26396cbdbe0e6da26f037106e",
@@ -133,6 +127,6 @@
133127
"nf-test": "0.9.2",
134128
"nextflow": "25.04.2"
135129
},
136-
"timestamp": "2025-06-25T14:07:40.655757552"
130+
"timestamp": "2025-06-25T15:13:33.021500703"
137131
}
138132
}

0 commit comments

Comments
 (0)