diff --git a/tests/main.nf.test b/tests/main.nf.test index 3f9120b1..761582f0 100644 --- a/tests/main.nf.test +++ b/tests/main.nf.test @@ -30,10 +30,6 @@ nextflow_pipeline { { assert new File("$outputDir/summary_tables/megahit.prodigal.overall_stats.tsv.gz").exists() }, { assert new File("$outputDir/multiqc/multiqc_report.html").exists() }, { assert new File("$outputDir/pipeline_info/nf_core_metatdenovo_software_mqc_versions.yml").exists() } - { assert snapshot( - path("${params.outdir}/trimgalore/SAMPLE1_PE_1.fastq.gz_trimming_report.txt")) - .match("output_files") - } ) } } diff --git a/tests/main.nf.test.snap b/tests/main.nf.test.snap deleted file mode 100644 index 1195241c..00000000 --- a/tests/main.nf.test.snap +++ /dev/null @@ -1,12 +0,0 @@ -{ - "output_files": { - "content": [ - "SAMPLE1_PE_1.fastq.gz_trimming_report.txt:md5,9c4b1b4309830cba58fc4a298ab4431e" - ], - "meta": { - "nf-test": "0.8.4", - "nextflow": "23.10.1" - }, - "timestamp": "2024-04-22T11:15:50.396953549" - } -} \ No newline at end of file