Skip to content

Commit

Permalink
🔖 release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bunop committed Feb 27, 2024
1 parent f4c267a commit 0481620
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tskitetude"
version = "0.2.1"
version = "0.3.0"
description = ""
authors = ["Paolo Cozzi <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tskit-pipeline/modules/local/estsfs_input.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process ESTSFS_INPUT {
tag "$meta.id"
label 'process_single'

container "docker.io/bunop/tskitetude:0.2.1"
container "docker.io/bunop/tskitetude:0.3.0"

input:
tuple val(meta), path(vcf)
Expand Down
2 changes: 1 addition & 1 deletion tskit-pipeline/modules/local/estsfs_output.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process ESTSFS_OUTPUT {
tag "$meta.id"
label 'process_single'

container "docker.io/bunop/tskitetude:0.2.1"
container "docker.io/bunop/tskitetude:0.3.0"

input:
tuple val(meta), path(mapping), path(pvalues)
Expand Down
2 changes: 1 addition & 1 deletion tskit-pipeline/modules/local/tsinfer.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process TSINFER {
tag "$meta.id"
label 'process_medium'

container "docker.io/bunop/tskitetude:0.2.1"
container "docker.io/bunop/tskitetude:0.3.0"
containerOptions """${ workflow.containerEngine == 'singularity' ?
"--bind ${HOME}/.cache/tsdate/" :
"--volume ${HOME}/.cache/tsdate/:/.cache/tsdate/" }"""
Expand Down
2 changes: 1 addition & 1 deletion tskit-pipeline/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ manifest {
description = """"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '0.2.1'
version = '0.3.0'
doi = ''
}

Expand Down
2 changes: 1 addition & 1 deletion tskitetude/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import pathlib

__version__ = "0.2.1"
__version__ = "0.3.0"
__author__ = "Paolo Cozzi"


Expand Down

0 comments on commit 0481620

Please sign in to comment.