Skip to content

Commit

Permalink
Pre 1.1.3 push
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Feb 26, 2024
1 parent ad344fc commit 54a3ffa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions conf/params.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ params {

help = false
version = false
wfversion = "v0.0.1"

store_dir = "store_dir"

Expand Down Expand Up @@ -155,6 +154,6 @@ params {
]
agent = null
container = "biowilko/scylla"
container_version = "1.1.2"
container_version = "1.1.3"
}
}
2 changes: 2 additions & 0 deletions modules/get_params_and_versions.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ process get_versions {
val unique_id
output:
path "versions_${unique_id}.txt"
path "workflow_version_${unique_id}.txt"
script:
"""
conda list > "versions_${unique_id}.txt"
echo "${workflow.manifest.version}" > workflow_version_${unique_id}.txt
"""
}

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ manifest {
description = 'Classify metagenomic sequence data from human respiratory infections.'
mainScript = 'main.nf'
nextflowVersion = '>=20.10.0'
version = 'v1.1.2'
version = 'v1.1.3'
}

profiles {
Expand Down

0 comments on commit 54a3ffa

Please sign in to comment.