Skip to content

Commit

Permalink
prep for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Dec 5, 2024
1 parent 1a2ef71 commit e56e007
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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).

## [[1.1.4](https://github.com/sanger-tol/variantcalling/releases/tag/1.1.4)] - Shang Tang (patch 3) - [2024-12-05]

### Enhancements & fixes

- Module updates and remove Anaconda references

### Software dependencies

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.

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| bcftools | 1.17 | 1.20 |
| blastn | 2.14.1 | 2.15.0 |
| deepvariant | 1.5.0 | 1.6.1 |
| Python | 3.8.3 | 3.9.1 |
| samtools | 1.17 | 1.21 |

> **NB:** Dependency has been **updated** if both old and new version information is present. </br> **NB:** Dependency has been **added** if just the new version information is present. </br> **NB:** Dependency has been **removed** if version information isn't present.
## [[1.1.3](https://github.com/sanger-tol/variantcalling/releases/tag/1.1.3)] - Shang Tang (patch 3) - [2024-05-24]

### Enhancements & fixes
Expand Down
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ authors:
family-names: Muffato
affiliation: Wellcome Sanger Institute
orcid: "https://orcid.org/0000-0002-7860-3560"
- given-names: Tyler
family-names: Chafin
affiliation: Wellcome Sanger Institute
orcid: "https://orcid.org/0000-0001-8687-5905"
identifiers:
- type: doi
value: 10.5281/zenodo.7890528
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ dag {

manifest {
name = 'sanger-tol/variantcalling'
author = """@muffato, @gq1, @priyanka-surana"""
author = """@muffato, @gq1, @priyanka-surana, @tkchafin"""
homePage = 'https://github.com/sanger-tol/variantcalling'
description = """Variant calling pipeline for PacBio data using DeepVariant"""
mainScript = 'main.nf'
nextflowVersion = '!>=22.10.1'
version = '1.1.3'
version = '1.1.4'
doi = 'https://doi.org/10.5281/zenodo.7890527'
}

Expand Down

0 comments on commit e56e007

Please sign in to comment.