Skip to content

Commit 7cca462

Browse files
committed
patching ci version because of conda file lock.
1 parent acf212a commit 7cca462

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
NXF_VER:
30-
- "24.04.2"
30+
- "24.10.2"
3131
- "latest-everything"
3232
VARIANT_CALLER:
3333
- "bcftools"
@@ -111,7 +111,7 @@ jobs:
111111
strategy:
112112
matrix:
113113
NXF_VER:
114-
- "24.04.2"
114+
- "24.10.2"
115115
- "latest-everything"
116116
CLUSTER_METHOD:
117117
- "vsearch"
@@ -195,7 +195,7 @@ jobs:
195195
strategy:
196196
matrix:
197197
NXF_VER:
198-
- "24.04.2"
198+
- "24.10.2"
199199
- "latest-everything"
200200
profile:
201201
- "conda"

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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-
## v0.1dev - [date]
6+
## v0.1.2 - [date]
77

8-
Initial release of Joon-Klaps/viralgenie, created with the [nf-core](https://nf-co.re/) template.
8+
Second release of the viralgenie pipeline. Focusing on user experience and bug fixes.
99

1010
### `Enhancement`
1111

@@ -40,3 +40,8 @@ Initial release of Joon-Klaps/viralgenie, created with the [nf-core](https://nf-
4040
### `Parameters`
4141
- New parameter mmseqs_cluster_mode default to 0 ([#130](https://github.com/Joon-Klaps/viralgenie/pull/130)) __DEPRECATED__
4242
- Refactor module arguments to pipeline arguments ([#166](https://github.com/Joon-Klaps/viralgenie/pull/166))
43+
44+
45+
## v0.1.1 - [date]
46+
47+
Initial release of Joon-Klaps/viralgenie, created with the [nf-core](https://nf-co.re/) template.

0 commit comments

Comments
 (0)