Skip to content

Commit cd76da1

Browse files
committed
update snapshots
1 parent 6c247a6 commit cd76da1

2 files changed

Lines changed: 372 additions & 208 deletions

File tree

tests/shortdna.nf.test

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ nextflow_pipeline {
55
tag "pipeline"
66
tag "nfcore_eager"
77
tag "test_shortdna"
8+
profile "test_shortdna"
89

910
test("test_shortdna_profile") {
1011

@@ -28,8 +29,8 @@ nextflow_pipeline {
2829
// If a directory is fully stable, you can drop `stable_name_*`
2930
// If a directory contains no BAMs, you can drop `bams_*`
3031

31-
// Generate with: nf-test test --tag test_shortdna_profile --profile docker,test --update-snapshot
32-
// Test with: nf-test test --tag test_shortdna_profile --profile docker,test
32+
// Generate with: nf-test test --tag test_shortdna_profile --profile +docker --update-snapshot
33+
// Test with: nf-test test --tag test_shortdna_profile --profile +docker
3334
// NOTE: BAMs are always only stable in name, because:
3435
// a) sharding breaks header since the shard that was first is named in the header (Fixed in https://github.com/nf-core/eager/pull/1112)
3536
// b) the order of the reads in the BAMs is not stable (sorted, but reads that share a start position can be in any order)

0 commit comments

Comments
 (0)