Skip to content

Commit

Permalink
removed snapshot file for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Di Leo committed Apr 23, 2024
1 parent 3a21751 commit 4098c2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
)
}
}
12 changes: 0 additions & 12 deletions tests/main.nf.test.snap

This file was deleted.

0 comments on commit 4098c2c

Please sign in to comment.