File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
GeneLab_Reference_Annotations/Workflow_Documentation/GL_RefAnnotTable-A Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ While in the directory containing the `GL_RefAnnotTable-A_1.1.0` folder, you can
89
89
90
90
``` bash
91
91
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 \
93
93
Rscript /work/GL-DPPD-7110-A_build-genome-annots-tab.R ' Mus musculus'
94
94
```
95
95
@@ -109,7 +109,7 @@ If the reference table does not specify an annotations database for the target o
109
109
110
110
``` bash
111
111
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 \
113
113
Rscript /work/install-org-db.R ' Bacillus subtilis'
114
114
```
115
115
You can’t perform that action at this time.
0 commit comments