You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/shortdna.nf.test
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ nextflow_pipeline {
5
5
tag "pipeline"
6
6
tag "nfcore_eager"
7
7
tag "test_shortdna"
8
+
profile "test_shortdna"
8
9
9
10
test("test_shortdna_profile") {
10
11
@@ -28,8 +29,8 @@ nextflow_pipeline {
28
29
// If a directory is fully stable, you can drop `stable_name_*`
29
30
// If a directory contains no BAMs, you can drop `bams_*`
30
31
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
33
34
// NOTE: BAMs are always only stable in name, because:
34
35
// 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)
35
36
// 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