Skip to content

Commit

Permalink
remove --no-home from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
torres-alexis committed Oct 31, 2024
1 parent 6368381 commit b39c63c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ While in the directory containing the `GL_RefAnnotTable-A_1.1.0` folder that was


```bash
singularity exec --no-home -B $(pwd)/GL_RefAnnotTable-A_1.1.0:$(pwd)/GL_RefAnnotTable-A_1.1.0 \
singularity exec -B $(pwd)/GL_RefAnnotTable-A_1.1.0:$(pwd)/GL_RefAnnotTable-A_1.1.0 \
$SINGULARITY_CACHEDIR/quay.io-nasa_genelab-gl-refannottable-a-1.1.0.img \
Rscript GL_RefAnnotTable-A_1.1.0/GL-DPPD-7110-A_build-genome-annots-tab.R 'Mus musculus'
```
Expand Down Expand Up @@ -207,7 +207,7 @@ If the reference table does not specify an annotations database for the target o
#### Using Singularity

```bash
singularity exec --no-home -B $(pwd)/GL_RefAnnotTable-A_1.1.0:$(pwd)/GL_RefAnnotTable-A_1.1.0 \
singularity exec -B $(pwd)/GL_RefAnnotTable-A_1.1.0:$(pwd)/GL_RefAnnotTable-A_1.1.0 \
$SINGULARITY_CACHEDIR/quay.io-nasa_genelab-gl-refannottable-a-1.1.0.img \
Rscript GL_RefAnnotTable-A_1.1.0/install-org-db.R 'Bacillus subtilis'
```
Expand Down

0 comments on commit b39c63c

Please sign in to comment.