File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.6
2+ current_version = 0.4.7
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[a-z0-9+]+)
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Launch oncoanalyser:
6464
6565``` bash
6666nextflow run nf-core/oncoanalyser \
67- -revision 0.4.6 \
67+ -revision 0.4.7 \
6868 -profile docker \
6969 --mode wgts \
7070 --genome GRCh38_hmf \
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ manifest {
215215 // NOTE(SW): staging reference data from S3 requires fixes made for the 22.10.4 release
216216 // NOTE(SW): bug relating to concurrently staging data fixed in 22.10.5 release
217217 nextflowVersion = ' !>=22.10.5'
218- version = ' 0.4.6 '
218+ version = ' 0.4.7 '
219219 doi = ' '
220220}
221221
You can’t perform that action at this time.
0 commit comments