Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.2_dev] - XXXX-XX-XX:
## [2.3.2] - 2026-03-31 : https://github.com/BU-ISCIII/buisciii-tools/releases/tag/2.3.2

### Credits

- [Magdalena Matito](https://github.com/magdasmat)
- [Pau Pascual](https://github.com/PauPascualMas)
- [Victor Lopez](https://github.com/victor5lm)

### Template fixes and updates

- Fixed tbprofiler `delivery_md` and `results_md` paths in `buisciii/templates/services.json` [#640](https://github.com/BU-ISCIII/buisciii-tools/pull/640)
- Fixed new taxprofiler pipeline yaml filename in versions lablog [#641](https://github.com/BU-ISCIII/buisciii-tools/pull/641)
- - Fixed grep subtype anchor in IRMA variant-calling lablog to correctly filter Influenza B references [#644](https://github.com/BU-ISCIII/buisciii-tools/pull/644).
- Fixed grep subtype anchor in IRMA variant-calling lablog to correctly filter Influenza B references [#644](https://github.com/BU-ISCIII/buisciii-tools/pull/644).
- Updated assembly's RESULTS lablog in accordance to nf-core/bacass' 2.5.0 version [#645](https://github.com/BU-ISCIII/buisciii-tools/pull/645).

### Modules

Expand Down
2 changes: 1 addition & 1 deletion buisciii/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run_buisciii():
highlight=False,
)

__version__ = "2.3.1"
__version__ = "2.3.2"
stderr.print(
"[grey39] BUISCIII-tools version {}".format(__version__), highlight=False
)
Expand Down
6 changes: 3 additions & 3 deletions buisciii/templates/assembly/RESULTS/lablog_assembly_results
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ mkdir -p $DELIVERY_FOLDER/assembly
cd $DELIVERY_FOLDER/assembly

# Links to reports
ln -s ../../../ANALYSIS/*ASSEMBLY/99-stats/multiqc/multiqc_report.html .
ln -s ../../../ANALYSIS/*ASSEMBLY/99-stats/summary_assembly_metrics_mqc.csv .
ln -s ../../../ANALYSIS/*ASSEMBLY/99-stats/kmerfinder_summary.csv .
ln -s ../../../ANALYSIS/*ASSEMBLY/multiqc/multiqc_report.html .
ln -s ../../../ANALYSIS/*ASSEMBLY/multiqc/summary_assembly_metrics_mqc.csv .
ln -s ../../../ANALYSIS/*ASSEMBLY/Kmerfinder/kmerfinder_summary.csv .
ln -s ../../../ANALYSIS/*ASSEMBLY/03-assembly/quast/global_report/report.html quast_global_report.html

# Links to per reference reports
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "buisciii-tools"
version = "2.3.1"
version = "2.3.2"
dynamic = ["dependencies"]

authors = [
Expand Down
Loading