Skip to content

Commit 3d870e5

Browse files
authored
Update README.md (#521)
Updating the container version in the section explaining how to run them
1 parent 46dcc1d commit 3d870e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ Secondly have look at the availabe AGAT biocontainers at [quay.io](https://quay.
139139
Then:
140140
```
141141
# get the chosen AGAT container version
142-
docker pull quay.io/biocontainers/agat:0.8.0--pl5262hdfd78af_0
142+
docker pull quay.io/biocontainers/agat:1.4.2--pl5321hdfd78af_0
143143
# use an AGAT's tool e.g. agat_convert_sp_gxf2gxf.pl
144-
docker run quay.io/biocontainers/agat:0.8.0--pl5262hdfd78af_0 agat_convert_sp_gxf2gxf.pl --help
144+
docker run quay.io/biocontainers/agat:1.4.2--pl5321hdfd78af_0 agat_convert_sp_gxf2gxf.pl --help
145145
```
146146
</details>
147147

@@ -155,9 +155,9 @@ Secondly have look at the availabe AGAT biocontainers at [quay.io](https://quay.
155155
Then:
156156
```
157157
# get the chosen AGAT container version
158-
singularity pull docker://quay.io/biocontainers/agat:1.0.0--pl5321hdfd78af_0
158+
singularity pull docker://quay.io/biocontainers/agat:1.4.2--pl5321hdfd78af_0
159159
# run the container
160-
singularity run agat_1.0.0--pl5321hdfd78af_0.sif
160+
singularity run agat_1.4.2--pl5321hdfd78af_0.sif
161161
```
162162

163163
You are now in the container. You can use an AGAT's tool e.g. agat_convert_sp_gxf2gxf.pl doing

0 commit comments

Comments
 (0)