Skip to content

Commit

Permalink
Update container
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jul 4, 2024
1 parent 4927c30 commit 51e9d29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ jobs:
- os: ubuntu-latest
bioc: devel
r: auto
cont: docker.io/tomrrr1/bioconductor_meme:latest # Custom image
cont: docker.io/hdasht/bioc-meme:meme5.5.5 # Custom image
rspm: https://packagemanager.rstudio.com/cran/__linux__/focal/release
steps:
- name: Set MEME_BIN environment variable
run: echo "MEME_BIN=/meme/bin" >> $GITHUB_ENV
- name: Check MEME_BIN
run: echo $MEME_BIN
- uses: HDash/rworkflows@master
with:
run_bioccheck: ${{ true }}
Expand Down
4 changes: 3 additions & 1 deletion vignettes/docker.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ output:
md_extensions: -autolink_bare_uris
params:
cont:
value: ghcr.io/neurogenomics/MotifPeeker
value: ghcr.io/neurogenomics/motifpeeker
docker_registry:
value: ghcr.io
docker_org:
Expand Down Expand Up @@ -70,6 +70,8 @@ docker run \
`r cont`
```

Access RStudio by visiting [http://localhost:8900/](http://localhost:8900/).

### NOTES

* Make sure to replace `<your_password>` above with whatever you want your
Expand Down

0 comments on commit 51e9d29

Please sign in to comment.