Skip to content

Commit

Permalink
Edit rworkflows.yml to use a custom Docker container with the meme su…
Browse files Browse the repository at this point in the history
…ite installed.
  • Loading branch information
Tomrrr1 committed Apr 5, 2024
1 parent dd838e2 commit 84f7533
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
- os: ubuntu-latest
bioc: devel
r: auto
cont: ghcr.io/bioconductor/bioconductor_docker:devel
rspm: ~
- os: macOS-latest
bioc: release
r: auto
cont: ~
rspm: ~
- os: windows-latest
bioc: release
r: auto
cont: ~
cont: tomrrr1/bioconductor_with_meme:latest
rspm: ~
# - os: macOS-latest
# bioc: release
# r: auto
# cont: ~
# rspm: ~
# - os: windows-latest
# bioc: release
# r: auto
# cont: ~
# rspm: ~
steps:
- uses: neurogenomics/rworkflows@master
with:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ Authors: <i>Thomas Roberts</i>
</h4>

## MotifStats

`MotifStats` is an R package for calculating metrics that quantify the
relationship between peaks and motifs.

0 comments on commit 84f7533

Please sign in to comment.