Skip to content

Commit

Permalink
Prepare v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Aug 23, 2024
1 parent 8dc917e commit ae3f2cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-spras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ jobs:
path: .
dockerfile: docker-wrappers/SPRAS/Dockerfile
repository: reedcompbio/spras
tags: v0.1.0
cache_froms: reedcompbio/spras:v0.1.0
tags: v0.2.0
cache_froms: reedcompbio/spras:v0.2.0
push: false
- name: Remove SPRAS Docker image
run: docker rmi reedcompbio/spras:v0.1.0 || true
run: docker rmi reedcompbio/spras:v0.2.0 || true

# Run pre-commit checks on source files
pre-commit:
Expand Down
1 change: 1 addition & 0 deletions docker-wrappers/SPRAS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ to produce the file `spras.sif`. Then, substitute this value as the `container_i
## Versions:

The versions of this image match the version of the spras package within it.
- v0.2.0: Add a header row to pathway output file format. Validate dataset label names. Streamline SPRAS image.
- v0.1.0: Created an image with SPRAS as an installed python module. This makes SPRAS runnable anywhere with Docker/Singularity. Note that the Snakefile should be
runnable from any directory within the container.
2 changes: 1 addition & 1 deletion docker-wrappers/SPRAS/spras.sub
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SNAKEFILE = ../../Snakefile
# `unpack_singularity = true`. #
############################################################
universe = container
container_image = docker://reedcompbio/spras:v0.1.0
container_image = docker://reedcompbio/spras:v0.2.0
# container_image = spras.sif


Expand Down

0 comments on commit ae3f2cd

Please sign in to comment.