Skip to content

Commit 863135e

Browse files
authored
Merge pull request #110 from sanger-tol/pre-release-update
1.4.2 - Pre release update V2
2 parents 6b9e0df + de3cc4a commit 863135e

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ template:
4848
- seqera_platform
4949
- multiqc
5050
- rocrate
51-
version: 1.4.1
51+
version: 1.4.2

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [[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

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ identifiers:
3030
value: 10.5281/zenodo.12773958
3131
repository-code: "https://github.com/sanger-tol/curationpretext"
3232
license: MIT
33-
version: 1.4.1
34-
date-released: "2024-12-13"
33+
version: 1.4.2
34+
date-released: "2025-07-28"
3535
url: "https://pipelines.tol.sanger.ac.uk/curationpretext"

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ro-crate-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@
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",

tests/main.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
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
[

0 commit comments

Comments
 (0)