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 @@ -106,7 +106,7 @@ While in the directory containing the `GL_RefAnnotTable-A_1.1.0` folder that was
106
106
107
107
108
108
``` bash
109
- singularity exec --no-home - B $( pwd) /GL_RefAnnotTable-A_1.1.0:$( pwd) /GL_RefAnnotTable-A_1.1.0 \
109
+ singularity exec -B $( pwd) /GL_RefAnnotTable-A_1.1.0:$( pwd) /GL_RefAnnotTable-A_1.1.0 \
110
110
$SINGULARITY_CACHEDIR /quay.io-nasa_genelab-gl-refannottable-a-1.1.0.img \
111
111
Rscript GL_RefAnnotTable-A_1.1.0/GL-DPPD-7110-A_build-genome-annots-tab.R ' Mus musculus'
112
112
```
@@ -207,7 +207,7 @@ If the reference table does not specify an annotations database for the target o
207
207
#### Using Singularity
208
208
209
209
``` bash
210
- singularity exec --no-home - B $( pwd) /GL_RefAnnotTable-A_1.1.0:$( pwd) /GL_RefAnnotTable-A_1.1.0 \
210
+ singularity exec -B $( pwd) /GL_RefAnnotTable-A_1.1.0:$( pwd) /GL_RefAnnotTable-A_1.1.0 \
211
211
$SINGULARITY_CACHEDIR /quay.io-nasa_genelab-gl-refannottable-a-1.1.0.img \
212
212
Rscript GL_RefAnnotTable-A_1.1.0/install-org-db.R ' Bacillus subtilis'
213
213
```
You can’t perform that action at this time.
0 commit comments