Skip to content

Commit

Permalink
correct multiregion.nf.test
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Mar 11, 2024
1 parent 35b0ddc commit 5bdb033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/multiregion.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nextflow_pipeline {
{ assert workflow.success },
{ assert snapshot(path("$outputDir/input/samplesheet_multiregion.tsv"),
path("$outputDir/input/metadata_multiregion.tsv"),
path("$outputDir/input/samplesheet_multiregion.tsv")).match("input") },
path("$outputDir/input/regions_multiregion.tsv")).match("input") },
{ assert snapshot(path("$outputDir/overall_summary.tsv")).match("overall_summary_tsv") },
{ assert snapshot(path("$outputDir/cutadapt/cutadapt_summary.tsv")).match("cutadapt") },
{ assert snapshot(path("$outputDir/dada2/ASV_seqs.fasta"),
Expand Down

0 comments on commit 5bdb033

Please sign in to comment.