Skip to content

Commit c491963

Browse files
authored
Merge pull request #85 from sanger-tol/1.3.1-H1
Change bai to csi for more flexible indexing
2 parents e9f4e9f + 2b46c26 commit c491963

File tree

6 files changed

+23
-16
lines changed

6 files changed

+23
-16
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.3.0
51+
version: 1.3.1

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.3.1](https://github.com/sanger-tol/curationpretext/releases/tag/1.3.1)] - UNSC Pillar-of-Autumn (H1) - [2025-04-02]
7+
8+
### Added and Fixed
9+
10+
- Changed the index format from `bai` to `csi` to be more flexible with large amount of mapping.
11+
- Correction to CHANGELOG entry on software versions for [[1.3.0](https://github.com/sanger-tol/curationpretext/releases/tag/1.3.0)]
12+
613
## [[1.3.0](https://github.com/sanger-tol/curationpretext/releases/tag/1.3.0)] - UNSC Pillar-of-Autumn - [2025-02-27]
714

815
### Added and Fixed
@@ -33,15 +40,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3340

3441
Note, since the pipeline is using Nextflow DSL2, each process will be run with its own Biocontainer. This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference.
3542

36-
| Module | Old Version | New Versions |
37-
| ---------------------------------- | ----------- | -------------------------- |
38-
| `gawk` | - | 5.3.0 |
39-
| `rename_ids` ( coreutils ) | 9.1 | REMOVED |
40-
| `replace_dots` ( coreutils ) | 9.1 | REMOVED |
41-
| `gap_length` ( coreutils ) | 9.1 | REMOVED |
42-
| `reformat_intersect` ( coreutils ) | 9.1 | REMOVED |
43-
| `generate_genome_file` (coreutils) | 9.1 | REMOVED |
44-
| `custom_dumpsoftwareversions` | - | Python 3.11.7 + yaml 5.4.1 |
43+
| Module | Old Version | New Versions |
44+
| ---------------------------------- | -------------------------- | ------------ |
45+
| `gawk` | - | 5.3.0 |
46+
| `rename_ids` ( coreutils ) | 9.1 | REMOVED |
47+
| `replace_dots` ( coreutils ) | 9.1 | REMOVED |
48+
| `gap_length` ( coreutils ) | 9.1 | REMOVED |
49+
| `reformat_intersect` ( coreutils ) | 9.1 | REMOVED |
50+
| `generate_genome_file` (coreutils) | 9.1 | REMOVED |
51+
| `custom_dumpsoftwareversions` | Python 3.11.7 + yaml 5.4.1 | REMOVED |
4552

4653
## [[1.2.0](https://github.com/sanger-tol/curationpretext/releases/tag/1.2.0)] - UNSC Spirit-of-Fire - [2025-02-28]
4754

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ identifiers:
1818
value: 10.5281/zenodo.12773958
1919
repository-code: "https://github.com/sanger-tol/curationpretext"
2020
license: MIT
21-
version: 1.3.0
21+
version: 1.3.1
2222
date-released: "2024-12-13"
2323
url: "https://pipelines.tol.sanger.ac.uk/curationpretext"

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ manifest {
237237
mainScript = 'main.nf'
238238
defaultBranch = 'main'
239239
nextflowVersion = '!>=24.04.2'
240-
version = '1.3.0'
240+
version = '1.3.1'
241241
doi = '10.5281/zenodo.12773958'
242242
}
243243

subworkflows/local/longread_coverage/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ workflow LONGREAD_COVERAGE {
4545
ch_reads_path,
4646
reference_tuple.collect(),
4747
true,
48-
"bai",
48+
"csi",
4949
false,
5050
false,
5151
)

tests/main.nf.test.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"windowmasker": "1.0.0"
135135
},
136136
"Workflow": {
137-
"sanger-tol/curationpretext": "v1.3.0"
137+
"sanger-tol/curationpretext": "v1.3.1"
138138
}
139139
},
140140
[
@@ -146,7 +146,7 @@
146146
],
147147
5,
148148
[
149-
149+
150150
],
151151
0,
152152
2,
@@ -160,4 +160,4 @@
160160
},
161161
"timestamp": "2025-03-31T14:22:54.921071"
162162
}
163-
}
163+
}

0 commit comments

Comments
 (0)