Skip to content

Commit 08df5b9

Browse files
committed
chore: update snapshots and changelog
1 parent a643ee0 commit 08df5b9

9 files changed

Lines changed: 25 additions & 9 deletions

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## dev [unreleased]
7+
8+
### `Added`
9+
10+
### `Changed`
11+
12+
### `Fixed`
13+
14+
### `Dependencies`
15+
16+
| Tool | Previous version | New version |
17+
| ---- | ---------------- | ----------- |
18+
| | | |
19+
20+
### `Deprecated`
21+
622
## 5.4.1 - Yellow Frog patch [2026-03-13]
723

824
### `Changed`

tests/default.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"python": "3.6.7"
138138
},
139139
"Workflow": {
140-
"nf-core/mag": "v5.4.1"
140+
"nf-core/mag": "v5.5.0dev"
141141
}
142142
}
143143
],

tests/test_alternatives.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"trimmomatic": 0.39
111111
},
112112
"Workflow": {
113-
"nf-core/mag": "v5.4.1"
113+
"nf-core/mag": "v5.5.0dev"
114114
}
115115
}
116116
],

tests/test_assembly_input.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"python": "3.6.7"
165165
},
166166
"Workflow": {
167-
"nf-core/mag": "v5.4.1"
167+
"nf-core/mag": "v5.5.0dev"
168168
}
169169
}
170170
],

tests/test_hybrid.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"python": "3.6.7"
138138
},
139139
"Workflow": {
140-
"nf-core/mag": "v5.4.1"
140+
"nf-core/mag": "v5.5.0dev"
141141
}
142142
}
143143
],

tests/test_longreadonly.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"python": "3.6.7"
115115
},
116116
"Workflow": {
117-
"nf-core/mag": "v5.4.1"
117+
"nf-core/mag": "v5.5.0dev"
118118
}
119119
}
120120
],

tests/test_longreadonly_alternatives.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"python": "3.6.7"
7979
},
8080
"Workflow": {
81-
"nf-core/mag": "v5.4.1"
81+
"nf-core/mag": "v5.5.0dev"
8282
}
8383
}
8484
],

tests/test_minimal.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"fastqc": "0.12.1"
4242
},
4343
"Workflow": {
44-
"nf-core/mag": "v5.4.1"
44+
"nf-core/mag": "v5.5.0dev"
4545
}
4646
}
4747
],
48-
"timestamp": "2026-03-06T16:35:18.180316507",
48+
"timestamp": "2026-03-12T17:37:45.830380259",
4949
"meta": {
5050
"nf-test": "0.9.4",
5151
"nextflow": "25.10.4"

tests/test_single_end.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"python": "3.10.6"
177177
},
178178
"Workflow": {
179-
"nf-core/mag": "v5.4.1"
179+
"nf-core/mag": "v5.5.0dev"
180180
}
181181
}
182182
],

0 commit comments

Comments
 (0)