diff --git a/.github/workflows/test-spras.yml b/.github/workflows/test-spras.yml index dbeedc1e..d3d70ebd 100644 --- a/.github/workflows/test-spras.yml +++ b/.github/workflows/test-spras.yml @@ -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: diff --git a/docker-wrappers/SPRAS/README.md b/docker-wrappers/SPRAS/README.md index 6187a553..ca047558 100644 --- a/docker-wrappers/SPRAS/README.md +++ b/docker-wrappers/SPRAS/README.md @@ -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. diff --git a/docker-wrappers/SPRAS/spras.sub b/docker-wrappers/SPRAS/spras.sub index b89945e7..49d064d5 100644 --- a/docker-wrappers/SPRAS/spras.sub +++ b/docker-wrappers/SPRAS/spras.sub @@ -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