Skip to content

Commit 06ba00c

Browse files
authored
Merge pull request #161 from sanger-tol/patch
New container version
2 parents 6745579 + 2c36cd4 commit 06ba00c

17 files changed

+30
-18
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ template:
4343
outdir: .
4444
skip_features:
4545
- igenomes
46-
version: 0.7.0
46+
version: 0.7.1

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [[0.7.1](https://github.com/sanger-tol/blobtoolkit/releases/tag/0.7.1)] – Psyduck (patch 1) – [2025-03-297
7+
8+
- Upgraded the blobtools version which contains a bugfix
9+
10+
### Software dependencies
11+
12+
Note, since the pipeline is using Nextflow DSL2, each process will be run with its own [Biocontainer](https://biocontainers.pro/#/registry). 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. Only `Docker` or `Singularity` containers are supported, `conda` is not supported.
13+
14+
| Dependency | Old version | New version |
15+
| ----------- | ----------- | ----------- |
16+
| blobtoolkit | 4.4.4 | 4.4.5 |
17+
618
## [[0.7.0](https://github.com/sanger-tol/blobtoolkit/releases/tag/0.7.0)] – Psyduck – [2025-03-19]
719

820
- Fetch information about the chromosomes of the assemblies. Used to power

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
title: sanger-tol/blobtoolkit v0.7.0
2+
title: sanger-tol/blobtoolkit v0.7.1
33
authors:
44
- family-names: Butt
55
given-names: Zaynab
@@ -44,5 +44,5 @@ authors:
4444
doi: 10.5281/zenodo.13758882
4545
repository-code: "https://github.com/sanger-tol/blobtoolkit"
4646
license: MIT
47-
version: 0.7.0
47+
version: 0.7.1
4848
date-released: "2024-09-13"

assets/multiqc_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/sanger-tol/blobtoolkit/releases/tag/0.7.0" target="_blank">sanger-tol/blobtoolkit</a>
2+
This report has been generated by the <a href="https://github.com/sanger-tol/blobtoolkit/releases/tag/0.7.1" target="_blank">sanger-tol/blobtoolkit</a>
33
analysis pipeline.
44
report_section_order:
55
"sanger-tol-blobtoolkit-methods-description":

modules/local/blobtoolkit/chunk.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process BLOBTOOLKIT_CHUNK {
55
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
66
exit 1, "BLOBTOOLKIT_CHUNK module does not support Conda. Please use Docker / Singularity / Podman instead."
77
}
8-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
8+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
99

1010
input:
1111
tuple val(meta) , path(fasta)

modules/local/blobtoolkit/countbuscos.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process BLOBTOOLKIT_COUNTBUSCOS {
55
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
66
exit 1, "BLOBTOOLKIT_COUNTBUSCOS module does not support Conda. Please use Docker / Singularity / Podman instead."
77
}
8-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
8+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
99

1010
input:
1111
tuple val(meta), path(table, stageAs: 'dir??/*')

modules/local/blobtoolkit/createblobdir.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process BLOBTOOLKIT_CREATEBLOBDIR {
55
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
66
exit 1, "BLOBTOOLKIT_BLOBDIR module does not support Conda. Please use Docker / Singularity / Podman instead."
77
}
8-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
8+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
99

1010
input:
1111
tuple val(meta), path(window, stageAs: 'windowstats/*')

modules/local/blobtoolkit/extractbuscos.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process BLOBTOOLKIT_EXTRACTBUSCOS {
55
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
66
exit 1, "BLOBTOOLKIT_EXTRACTBUSCOS module does not support Conda. Please use Docker / Singularity / Podman instead."
77
}
8-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
8+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
99

1010
input:
1111
tuple val(meta), path(fasta)

modules/local/blobtoolkit/summary.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process BLOBTOOLKIT_SUMMARY {
55
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
66
exit 1, "BLOBTOOLKIT_SUMMARY module does not support Conda. Please use Docker / Singularity / Podman instead."
77
}
8-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
8+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
99

1010
input:
1111
tuple val(meta), path(blobdir)

modules/local/blobtoolkit/unchunk.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process BLOBTOOLKIT_UNCHUNK {
55
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
66
exit 1, "BLOBTOOLKIT_UNCHUNK module does not support Conda. Please use Docker / Singularity / Podman instead."
77
}
8-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
8+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
99

1010
input:
1111
tuple val(meta), path(blast_table)

modules/local/blobtoolkit/updateblobdir.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process BLOBTOOLKIT_UPDATEBLOBDIR {
55
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
66
exit 1, "BLOBTOOLKIT_BLOBDIR module does not support Conda. Please use Docker / Singularity / Podman instead."
77
}
8-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
8+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
99

1010
input:
1111
tuple val(meta), path(input, stageAs: "input_blobdir")

modules/local/blobtoolkit/updatemeta.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process BLOBTOOLKIT_UPDATEMETA {
55
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
66
exit 1, "BLOBTOOLKIT_UPDATEMETA module does not support Conda. Please use Docker / Singularity / Podman instead."
77
}
8-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
8+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
99

1010
input:
1111
tuple val(meta), path(input)

modules/local/blobtoolkit/windowstats.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ process BLOBTOOLKIT_WINDOWSTATS {
44
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
55
exit 1, "BLOBTOOLKIT_WINDOWSTATS module does not support Conda. Please use Docker / Singularity / Podman instead."
66
}
7-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
7+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
88

99
input:
1010
tuple val(meta), path(tsv)

modules/local/generate_config.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process GENERATE_CONFIG {
33
label 'process_single'
44

55
conda "conda-forge::requests=2.28.1 conda-forge::pyyaml=6.0"
6-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
6+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
77

88
input:
99
tuple val(meta), val(fasta)

modules/local/jsonify_taxdump.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process JSONIFY_TAXDUMP {
33
label 'process_single'
44

55
conda "conda-forge::requests=2.28.1 conda-forge::pyyaml=6.0"
6-
container "docker.io/genomehubs/blobtoolkit:4.4.4"
6+
container "docker.io/genomehubs/blobtoolkit:4.4.5"
77

88
input:
99
tuple val(meta), path(taxdump)

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ manifest {
327327
mainScript = 'main.nf'
328328
defaultBranch = 'main'
329329
nextflowVersion = '!>=24.04.2'
330-
version = '0.7.0'
330+
version = '0.7.1'
331331
doi = '10.5281/zenodo.7949058'
332332
}
333333

ro-crate-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@
149149
},
150150
"url": [
151151
"https://github.com/sanger-tol/blobtoolkit",
152-
"https://nf-co.re/sanger-tol/blobtoolkit/0.7.0/"
152+
"https://nf-co.re/sanger-tol/blobtoolkit/0.7.1/"
153153
],
154154
"version": [
155-
"0.7.0"
155+
"0.7.1"
156156
]
157157
},
158158
{

0 commit comments

Comments
 (0)