Skip to content

Commit

Permalink
Fix MEME suite download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jun 18, 2024
1 parent c967698 commit d23f174
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ jobs:
- os: macOS-latest
bioc: release
r: auto
- os: windows-latest
bioc: release
r: auto
steps:
- name: Install MEME suite
run: |
memeversion=5.5.5
wget http://meme-suite.org/meme-software/$version/meme-$memeversion.tar.gz
wget https://meme-suite.org/meme/meme-software/$memeversion/meme-$memeversion.tar.gz
tar zxf meme-$memeversion.tar.gz
cd meme-$memeversion
./configure --prefix=$HOME/meme --with-url=http://meme-suite.org/ --enable-build-libxml2 --enable-build-libxslt
Expand Down

0 comments on commit d23f174

Please sign in to comment.