Skip to content

Commit f839222

Browse files
committed
[GL_RefAnnotTable] fix .img image name
1 parent d4b1c09 commit f839222

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ While in the directory containing the `GL_RefAnnotTable-A_1.1.0` folder, you can
8989

9090
```bash
9191
singularity exec -B $(pwd)/GL_RefAnnotTable-A_1.1.0:/work \
92-
$SINGULARITY_CACHEDIR/quay.io-nasa_genelab-gl-refannottable-a-1.1.0.sif \
92+
$SINGULARITY_CACHEDIR/quay.io-nasa_genelab-gl-refannottable-a-1.1.0.img \
9393
Rscript /work/GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'
9494
```
9595

@@ -109,7 +109,7 @@ If the reference table does not specify an annotations database for the target o
109109

110110
```bash
111111
singularity exec -B $(pwd)/GL_RefAnnotTable-A_1.1.0:/work \
112-
$SINGULARITY_CACHEDIR/quay.io-nasa_genelab-gl-refannottable-a-1.1.0.sif \
112+
$SINGULARITY_CACHEDIR/quay.io-nasa_genelab-gl-refannottable-a-1.1.0.img \
113113
Rscript /work/install-org-db.R 'Bacillus subtilis'
114114
```
115115

0 commit comments

Comments
 (0)