Commit 61a48d4 1 parent 7cca462 commit 61a48d4 Copy full SHA for 61a48d4
File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ template:
46
46
- igenomes
47
47
force : false
48
48
outdir : .
49
- version : 0.1.2
49
+ version : 0.1.3dev
50
50
update :
Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## v0.1.2 - [ date]
6
+ ## v0.1.3dev - [ date]
7
+
8
+ ## v0.1.2 - 2025-02-28
7
9
8
10
Second release of the viralgenie pipeline. Focusing on user experience and bug fixes.
9
11
@@ -42,6 +44,6 @@ Second release of the viralgenie pipeline. Focusing on user experience and bug f
42
44
- Refactor module arguments to pipeline arguments ([ #166 ] ( https://github.com/Joon-Klaps/viralgenie/pull/166 ) )
43
45
44
46
45
- ## v0.1.1 - [ date ]
47
+ ## v0.1.1 - 2024-05-08
46
48
47
49
Initial release of Joon-Klaps/viralgenie, created with the [ nf-core] ( https://nf-co.re/ ) template.
Original file line number Diff line number Diff line change 1
1
report_comment : >
2
- This report has been generated by the <a href="https://github.com/Joon-Klaps/viralgenie/0.1.2 /"
2
+ This report has been generated by the <a href="https://github.com/Joon-Klaps/viralgenie/dev /"
3
3
target="_blank">Joon-Klaps/viralgenie</a> analysis pipeline. For information about
4
- how to interpret these results, please see the <a href="https://joon-klaps.github.io/viralgenie/latest/0.1.2 /usage/"
4
+ how to interpret these results, please see the <a href="https://joon-klaps.github.io/viralgenie/latest/dev /usage/"
5
5
target="_blank">documentation</a>.
6
6
7
7
export_plots : true
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ manifest {
456
456
mainScript = ' main.nf'
457
457
defaultBranch = ' main'
458
458
nextflowVersion = ' !>=24.04.2'
459
- version = ' 0.1.2 '
459
+ version = ' 0.1.3dev '
460
460
doi = ' '
461
461
}
462
462
You can’t perform that action at this time.
0 commit comments