diff --git a/CHANGELOG.md b/CHANGELOG.md index 913a88d..302571c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The annotated CSVs are now stored in subdirectories which reflect the FASTQ stru * We now provide a `--cores` argument to Snakemake, allowing snakemake v5.11 and higher to be used * We provide better information about samples for which no reads are yet available (i.e. no FASTQ has been written) +## 1.2.2 (21 August 2024) + +Fixed dockerfile + ## 1.2.1 (19 August 2024) Added dockerfile and github action to automatically build and push images from main to dockerhub on release diff --git a/package-lock.json b/package-lock.json index e7a4e72..d1fda89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "artic-rampart", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/recipes/conda/meta.yaml b/recipes/conda/meta.yaml index 64acc01..3e3d1c9 100644 --- a/recipes/conda/meta.yaml +++ b/recipes/conda/meta.yaml @@ -1,11 +1,11 @@ -{% set version = "1.2.1" %} +{% set version = "1.2.2" %} package: name: rampart version: {{ version }} source: - # url: https://github.com/artic-network/rampart/archive/v1.2.1.tar.gz + # url: https://github.com/artic-network/rampart/archive/v1.2.2.tar.gz folder: rampart # sha256: 3235c4296320bbfc06a80142d30ae9f36848bee7f563bc1677270883a77a9155 path: ../..