File tree Expand file tree Collapse file tree 6 files changed +17
-12
lines changed
Expand file tree Collapse file tree 6 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ template:
4848 - seqera_platform
4949 - multiqc
5050 - rocrate
51- version : 1.4.1
51+ version : 1.4.2
Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6+ ## [[ 1.4.2] ( https://github.com/sanger-tol/curationpretext/releases/tag/1.4.2 )] - UNSC Nereid (H2) - [ 2025-07-28]
7+
8+ ### Added and Fixed
9+
10+ - Fix to GENERATE_CRAM_CSV (by @mahesh-panchal )
11+ - Missing quotations in the shell script would stop all CRAM data being taken into account.
12+ - Update to test data paths for Sanger local testing.
13+ - Corrected spelling of track value.
14+ - Added GNU_SORT memory allocation of 1Gb.
15+
616## [[ 1.4.1] ( https://github.com/sanger-tol/curationpretext/releases/tag/1.4.1 )] - UNSC Nereid (H1) - [ 2025-04-14]
717
818### Added and Fixed
@@ -13,11 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1323- modules.config had an explicit ` enabled = true ` for pretext\_\*\_ ingest steps
1424 - In production it looks like this was actually stopping output from that module from being output from the module.
1525- NF-Schema is now 2.3.0.
16- - Fix to GENERATE_CRAM_CSV (by @mahesh-panchal )
17- - Missing quotations in the shell script would stop all CRAM data being taken into account.
18- - Update to test data paths for Sanger local testing.
19- - Corrected spelling of track value.
20- - Added GNU_SORT memory allocation of 1Gb.
2126
2227### Paramters
2328
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ identifiers:
3030 value : 10.5281/zenodo.12773958
3131repository-code : " https://github.com/sanger-tol/curationpretext"
3232license : MIT
33- version : 1.4.1
34- date-released : " 2024-12-13 "
33+ version : 1.4.2
34+ date-released : " 2025-07-28 "
3535url : " https://pipelines.tol.sanger.ac.uk/curationpretext"
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ manifest {
259259 mainScript = ' main.nf'
260260 defaultBranch = ' main'
261261 nextflowVersion = ' !>=24.04.2'
262- version = ' 1.4.1 '
262+ version = ' 1.4.2 '
263263 doi = ' 10.5281/zenodo.12773958'
264264}
265265
Original file line number Diff line number Diff line change 144144 },
145145 "url" : [
146146 " https://github.com/sanger-tol/curationpretext" ,
147- " https://pipelines.tol.sanger.ac.uk/sanger-tol/curationpretext/1.4.1 /"
147+ " https://pipelines.tol.sanger.ac.uk/sanger-tol/curationpretext/1.4.2 /"
148148 ],
149- "version" : [" 1.4.1 " ]
149+ "version" : [" 1.4.2 " ]
150150 },
151151 {
152152 "@id" : " https://w3id.org/workflowhub/workflow-ro-crate#nextflow" ,
Original file line number Diff line number Diff line change 125125 " windowmasker" : " 1.0.0"
126126 },
127127 " Workflow" : {
128- " sanger-tol/curationpretext" : " v1.4.1 "
128+ " sanger-tol/curationpretext" : " v1.4.2 "
129129 }
130130 },
131131 [
You can’t perform that action at this time.
0 commit comments