Skip to content

Commit ae3f2cd

Browse files
committed
Prepare v0.2.0 release
1 parent 8dc917e commit ae3f2cd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/test-spras.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ jobs:
190190
path: .
191191
dockerfile: docker-wrappers/SPRAS/Dockerfile
192192
repository: reedcompbio/spras
193-
tags: v0.1.0
194-
cache_froms: reedcompbio/spras:v0.1.0
193+
tags: v0.2.0
194+
cache_froms: reedcompbio/spras:v0.2.0
195195
push: false
196196
- name: Remove SPRAS Docker image
197-
run: docker rmi reedcompbio/spras:v0.1.0 || true
197+
run: docker rmi reedcompbio/spras:v0.2.0 || true
198198

199199
# Run pre-commit checks on source files
200200
pre-commit:

docker-wrappers/SPRAS/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ to produce the file `spras.sif`. Then, substitute this value as the `container_i
7777
## Versions:
7878

7979
The versions of this image match the version of the spras package within it.
80+
- v0.2.0: Add a header row to pathway output file format. Validate dataset label names. Streamline SPRAS image.
8081
- 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
8182
runnable from any directory within the container.

docker-wrappers/SPRAS/spras.sub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SNAKEFILE = ../../Snakefile
1919
# `unpack_singularity = true`. #
2020
############################################################
2121
universe = container
22-
container_image = docker://reedcompbio/spras:v0.1.0
22+
container_image = docker://reedcompbio/spras:v0.2.0
2323
# container_image = spras.sif
2424

2525

0 commit comments

Comments
 (0)