Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Aug 21, 2024
1 parent 02ae251 commit bcd2b85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipes/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -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: ../..
Expand Down

0 comments on commit bcd2b85

Please sign in to comment.