Skip to content

Commit

Permalink
Add MEME_BIN to installation code
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jul 12, 2024
1 parent 1a938fd commit ae4f7cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ make install

# Add to PATH
echo 'export PATH=$HOME/meme/bin:/meme/libexec/meme-$MEME_VERSION:$PATH' >> ~/.bashrc
echo 'export MEME_BIN=$HOME/meme/bin' >> ~/.bashrc
source ~/.bashrc
```

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ status](https://github.com/neurogenomics/MotifPeeker/workflows/rworkflows/badge.

**Authors:** ***Hiranyamaya (Hiru) Dash, Thomas Roberts, Nathan
Skene***
**Updated:** ***Jul-11-2024***
**Updated:** ***Jul-13-2024***

## Introduction

Expand Down Expand Up @@ -63,6 +63,7 @@ make install

# Add to PATH
echo 'export PATH=$HOME/meme/bin:/meme/libexec/meme-$MEME_VERSION:$PATH' >> ~/.bashrc
echo 'export MEME_BIN=$HOME/meme/bin' >> ~/.bashrc
source ~/.bashrc
```

Expand Down Expand Up @@ -352,9 +353,9 @@ utils::sessionInfo()
## [1] gtable_0.3.5 jsonlite_1.8.8 renv_1.0.7
## [4] dplyr_1.1.4 compiler_4.4.1 BiocManager_1.30.23
## [7] tidyselect_1.2.1 rvcheck_0.2.1 scales_1.3.0
## [10] yaml_2.3.8 fastmap_1.2.0 here_1.0.1
## [10] yaml_2.3.9 fastmap_1.2.0 here_1.0.1
## [13] ggplot2_3.5.1 R6_2.5.1 generics_0.1.3
## [16] knitr_1.47 yulab.utils_0.1.4 tibble_3.2.1
## [16] knitr_1.48 yulab.utils_0.1.4 tibble_3.2.1
## [19] desc_1.4.3 dlstats_0.1.7 rprojroot_2.0.4
## [22] munsell_0.5.1 pillar_1.9.0 RColorBrewer_1.1-3
## [25] rlang_1.1.4 utf8_1.2.4 cachem_1.1.0
Expand Down
1 change: 1 addition & 0 deletions vignettes/MotifPeeker.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ make install

# Add to PATH
echo 'export PATH=$HOME/meme/bin:/meme/libexec/meme-$MEME_VERSION:$PATH' >> ~/.bashrc
echo 'export MEME_BIN=$HOME/meme/bin' >> ~/.bashrc
source ~/.bashrc
```

Expand Down

0 comments on commit ae4f7cb

Please sign in to comment.