Skip to content

Commit

Permalink
More SPRAS image README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Jun 28, 2024
1 parent b4fa2bb commit 29b1d2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-wrappers/SPRAS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ contain useful debugging clues about what may have gone wrong.
the version of SPRAS you want to test, and push the image to your image repository. To use that container in the workflow, change the `container_image` line of
`spras.sub` to point to the new image.

**Note**: In some cases, it may be necessary to convert the SPRAS image to a `.sif` container image before running someplace like the OSPool. To do this, run
```
apptainer build spras.sif docker://reedcompbio/spras:v0.1.0
```
to produce the file `spras.sif`. Then, substitute this value as the `container_image` in the submit file.

## Versions:

- 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
Expand Down

0 comments on commit 29b1d2c

Please sign in to comment.