File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ Rather than running the workflow in your local environment, you can use a Docker
112
112
113
113
Docker:
114
114
``` 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
116
116
```
117
117
118
118
Singularity:
119
119
``` 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
121
121
```
122
122
123
123
2 . ** Download the workflow files:**
@@ -132,14 +132,14 @@ Rather than running the workflow in your local environment, you can use a Docker
132
132
Docker:
133
133
``` bash
134
134
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 \
136
136
bash -c " cd /work && Rscript GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'"
137
137
```
138
138
139
139
Singularity:
140
140
``` bash
141
141
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 \
143
143
bash -c " cd /work && Rscript GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'"
144
144
```
145
145
You can’t perform that action at this time.
0 commit comments