Skip to content

Commit d9fe44f

Browse files
committed
add a bunch of snaps
1 parent f3cb0e3 commit d9fe44f

15 files changed

Lines changed: 6363 additions & 525 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### `Fixed`
1313

14-
- [#893](https://github.com/nf-core/ampliseq/pull/893),[#894](https://github.com/nf-core/ampliseq/pull/894) - Template update for nf-core/tools version 3.3.1
14+
- [#893](https://github.com/nf-core/ampliseq/pull/893),[#896](https://github.com/nf-core/ampliseq/pull/896) - Template update for nf-core/tools version 3.3.1
1515

1616
### `Dependencies`
1717

tests/default.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ nextflow_pipeline {
5353
path("$outputDir/SBDI/event.tsv"),
5454
path("$outputDir/vsearch_cluster/ASV_post_clustering_filtered.fna"),
5555
path("$outputDir/vsearch_cluster/ASV_post_clustering_filtered.stats.tsv"),
56-
path("$outputDir/vsearch_cluster/ASV_post_clustering_filtered.table.tsv"),
56+
path("$outputDir/vsearch_cluster/ASV_post_clustering_filtered.table.tsv")
5757
).match() }
5858
)
5959
}

tests/default.nf.test.snap

Lines changed: 2369 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/doubleprimers.nf.test.snap

Lines changed: 302 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/failed.nf.test

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,22 @@ nextflow_pipeline {
2929
// All stable path name, with a relative path
3030
stable_name,
3131
// Manually chosen files for content checks
32-
stable_path
32+
path("$outputDir/overall_summary.tsv"),
33+
path("$outputDir/asv_length_filter/").list(),
34+
path("$outputDir/barrnap/rrna.arc.gff"),
35+
path("$outputDir/barrnap/rrna.bac.gff"),
36+
path("$outputDir/barrnap/rrna.euk.gff"),
37+
path("$outputDir/barrnap/rrna.mito.gff"),
38+
path("$outputDir/cutadapt/cutadapt_summary.tsv"),
39+
path("$outputDir/dada2/ASV_seqs.fasta"),
40+
path("$outputDir/dada2/ASV_table.tsv"),
41+
path("$outputDir/dada2/DADA2_stats.tsv"),
42+
path("$outputDir/dada2/DADA2_table.rds"),
43+
path("$outputDir/dada2/DADA2_table.tsv"),
44+
path("$outputDir/qiime2/representative_sequences/descriptive_stats.tsv"),
45+
path("$outputDir/qiime2/representative_sequences/seven_number_summary.tsv"),
46+
path("$outputDir/multiqc/multiqc_data/multiqc_general_stats.txt"),
47+
path("$outputDir/multiqc/multiqc_data/multiqc_cutadapt.txt")
3348
).match() },
3449
)
3550
}

tests/failed.nf.test.snap

Lines changed: 87 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/iontorrent.nf.test.snap

Lines changed: 242 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)