Skip to content

Commit af4d94d

Browse files
authored
Corrected Quay installation instructions
Updated the IntaRNA docker container section to clarify the source and usage instructions. fixes #226
1 parent a186762 commit af4d94d

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,21 @@ conda install -c conda-forge -c bioconda intarna
153153
<br /><br />
154154
<a name="instdocker" />
155155

156-
## IntaRNA docker container (via QUAY)
156+
## IntaRNA docker container (via QUAY.IO)
157157

158158
An [IntaRNA docker container](https://quay.io/repository/biocontainers/intarna)
159159
([?](https://www.docker.com/)) is provided from the bioconda package via
160-
[Quay.io](https://quay.io/). This provides
160+
[Quay.io](https://quay.io/). This gives
161161
you with an encapsulated IntaRNA installation.
162162

163+
**Note** The `biocontainer` builds do not support the `latest` tag, such that you have to specify a version to download! So best
164+
165+
- open the [quay.io IntaRNA tag page](https://quay.io/repository/biocontainers/intarna?tab=tags)
166+
- identify the tag of the container version you want to install, e.g. `3.4.1--pl5321h077b44d_3`
167+
- use this tag in your container pull command as an appendix, e.g.
168+
- `podman pull quay.io/biocontainers/intarna:3.4.1--pl5321h077b44d_3` or
169+
- `docker pull quay.io/biocontainers/intarna:3.4.1--pl5321h077b44d_3`
170+
163171

164172
[![up](doc/figures/icon-up.28.png) back to overview](#overview)
165173
<br /><br />

0 commit comments

Comments
 (0)