Skip to content

Commit f9c4f03

Browse files
committed
[GL_RefAnnotTable] Update docker image
1 parent 3e3dec6 commit f9c4f03

File tree

1 file changed

+4
-4
lines changed
  • GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A

1 file changed

+4
-4
lines changed

GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ Rather than running the workflow in your local environment, you can use a Docker
112112

113113
Docker:
114114
```bash
115-
docker pull quay.io/torres-alexis/gl_images:GL_RefAnnotTable_v1.1.0-rc.1
115+
docker pull quay.io/nasa_genelab/gl-refannottable:v1.0.0
116116
```
117117

118118
Singularity:
119119
```bash
120-
singularity pull docker://quay.io/torres-alexis/gl_images:GL_RefAnnotTable_v1.1.0-rc.1
120+
singularity pull docker://quay.io/nasa_genelab/gl-refannottable:v1.0.0
121121
```
122122

123123
2. **Download the workflow files:**
@@ -132,14 +132,14 @@ Rather than running the workflow in your local environment, you can use a Docker
132132
Docker:
133133
```bash
134134
docker run -it -v $(pwd)/GL_RefAnnotTable-A_1.1.0:/work \
135-
quay.io/torres-alexis/gl_images:GL_RefAnnotTable_v1.1.0-rc.1 \
135+
quay.io/nasa_genelab/gl-refannottable:v1.0.0 \
136136
bash -c "cd /work && Rscript GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'"
137137
```
138138

139139
Singularity:
140140
```bash
141141
singularity exec -B $(pwd)/GL_RefAnnotTable-A_1.1.0:/work \
142-
gl_images_GL_RefAnnotTable_v1.1.0-rc.1.sif \
142+
gl-refannottable_v1.0.0.sif \
143143
bash -c "cd /work && Rscript GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'"
144144
```
145145

0 commit comments

Comments
 (0)