Skip to content

Commit

Permalink
Update author and title headers
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jul 10, 2024
1 parent feeeea2 commit fa45153
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 44 deletions.
1 change: 0 additions & 1 deletion .github/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ inst/markdown/test.Rmd
.gitignore
codecov.yml
!.github/codecov.yml
docs/
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ Config/testthat/edition: 3
Encoding: UTF-8
LazyData: FALSE
RoxygenNote: 7.3.2
SystemRequirements: Meme Suite (v5.3.3 or above)
<http://meme-suite.org/doc/download.html>
SystemRequirements: MEME Suite (v5.3.3 or above) <http://meme-suite.org/doc/download.html>
29 changes: 19 additions & 10 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
title: "<code>MotifPeeker</code><br>Benchmarking Epigenomic Profiling Methods Using Motif Enrichment"
author: "`r rworkflows::use_badges()`"
date: "<h4>Updated: <i>`r format( Sys.Date(), '%b-%d-%Y')`</i></h4>"
output:
github_document
---

```{r, echo=FALSE, include=FALSE}
```{r, echo = FALSE, include = FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- gsub("\n"," ",read.dcf("DESCRIPTION", fields = "Title")[1])
description <- gsub("\n"," ",read.dcf("DESCRIPTION", fields = "Description")[1])
Expand All @@ -15,8 +12,16 @@ owner <- strsplit(URL,"/")[[1]][4]
repo <- strsplit(URL,"/")[[1]][5]
```

# <code>MotifPeeker</code><br>Benchmarking Epigenomic Profiling Methods Using Motif Enrichment
![](https://github.com/neurogenomics/MotifPeeker/raw/master/inst/hex/hex.png){style='height: 300px !important;'}

# Introduction
`r rworkflows::use_badges(add_hex = FALSE, add_authors = FALSE)`

**Authors: Hiranyamaya (Hiru) Dash, Thomas Roberts, Nathan Skene**
**Updated:** ***`r format(Sys.Date(), '%b-%d-%Y')`***


## Introduction

`MotifPeeker` is used to compare and analyse datasets from epigenomic
profiling methods with motif enrichment as the key benchmark. The package
Expand All @@ -34,7 +39,7 @@ motifs.

<!-- > `r utils::citation(pkg)$textVersion` -->

# Installation
## Installation

`MotifPeeker` uses
[`memes`](https://www.bioconductor.org/packages/release/bioc/html/memes.html)
Expand All @@ -60,14 +65,18 @@ if(!require("remotes")) install.packages("remotes")
remotes::install_github("`r paste(owner,repo,sep='/')`")
library(`r pkg`)
```
## Documentation

### [Website](https://`r owner`.github.io/`r repo`)
### [Getting started](https://`r owner`.github.io/`r repo`/articles/`r pkg`)

### Documentation

#### [EpiCompare Website](https://`r owner`.github.io/`r repo`)
#### [Get Started](https://neurogenomics.github.io/MotifPeeker/articles/MotifPeeker.html)
#### [Docker/Singularity Container](https://neurogenomics.github.io/MotifPeeker/articles/docker.html)


<hr>

## Session Info
### Session Info

<details>
```{r}
Expand Down
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<code>MotifPeeker</code><br>Benchmarking Epigenomic Profiling Methods
Using Motif Enrichment
================
<img src='https://github.com/neurogenomics/MotifPeeker/raw/master/inst/hex/hex.png' title='Hex sticker for MotifPeeker' height='300'><br>

# <code>MotifPeeker</code><br>Benchmarking Epigenomic Profiling Methods Using Motif Enrichment

<img
src="https://github.com/neurogenomics/MotifPeeker/raw/master/inst/hex/hex.png"
style="height: 300px !important;" />

[![License: GPL (\>=
3)](https://img.shields.io/badge/license-GPL%20(%3E=%203)-blue.svg)](https://cran.r-project.org/web/licenses/GPL%20(%3E=%203))
[![](https://img.shields.io/badge/devel%20version-0.99.0-black.svg)](https://github.com/neurogenomics/MotifPeeker)
Expand All @@ -11,15 +14,12 @@ Using Motif Enrichment
status](https://github.com/neurogenomics/MotifPeeker/workflows/rworkflows/badge.svg)](https://github.com/neurogenomics/MotifPeeker/actions)
[![](https://codecov.io/gh/neurogenomics/MotifPeeker/branch/master/graph/badge.svg)](https://app.codecov.io/gh/neurogenomics/MotifPeeker)
<br>
<a href='https://app.codecov.io/gh/neurogenomics/MotifPeeker/tree/master' target='_blank'><img src='https://codecov.io/gh/neurogenomics/MotifPeeker/branch/master/graphs/icicle.svg' title='Codecov icicle graph' width='200' height='50' style='vertical-align: top;'></a>
<h4>
Authors: <i>Hiranyamaya Dash, Thomas Roberts, Nathan Skene</i>
</h4>
<h4>
Updated: <i>Jul-04-2024</i>
</h4>
<a href='https://app.codecov.io/gh/neurogenomics/MotifPeeker/tree/master' target='_blank'><img src='https://codecov.io/gh/neurogenomics/MotifPeeker/branch/master/graphs/icicle.svg' title='Codecov icicle graph' width='200' height='50' style='vertical-align: top;'></a>

# Introduction
**Authors: Hiranyamaya Dash, Thomas Roberts, Nathan Skene**
**Updated:** ***Jul-10-2024***

## Introduction

`MotifPeeker` is used to compare and analyse datasets from epigenomic
profiling methods with motif enrichment as the key benchmark. The
Expand All @@ -36,7 +36,7 @@ package outputs an HTML report consisting of three sections:
<!-- If you use `MotifPeeker`, please cite: -->
<!-- > -->

# Installation
## Installation

`MotifPeeker` uses
[`memes`](https://www.bioconductor.org/packages/release/bioc/html/memes.html)
Expand Down Expand Up @@ -64,15 +64,17 @@ remotes::install_github("neurogenomics/MotifPeeker")
library(MotifPeeker)
```

## Documentation
### Documentation

#### [EpiCompare Website](https://neurogenomics.github.io/MotifPeeker)

### [Website](https://neurogenomics.github.io/MotifPeeker)
#### [Get Started](https://neurogenomics.github.io/MotifPeeker/articles/MotifPeeker-doc.html)

### [Getting started](https://neurogenomics.github.io/MotifPeeker/articles/MotifPeeker)
#### [Docker/Singularity Container](https://neurogenomics.github.io/MotifPeeker/articles/docker.html)

<hr>

## Session Info
### Session Info

<details>

Expand Down
8 changes: 2 additions & 6 deletions vignettes/templateR.Rmd → vignettes/MotifPeeker.Rmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
---
title: Get started
author: '<h4>Authors: <i>`r auths <- eval(parse(text = gsub("person","c",
read.dcf("../DESCRIPTION",fields = "Authors@R"))));
paste(auths[names(auths)=="given"],auths[names(auths)=="family"],
collapse = ", ")`</i></h4>'
date: '<h4>Vignette updated: <i>`r format( Sys.Date(), "%b-%d-%Y")`</i></h4>'
output: rmarkdown::html_document
vignette: |
%\VignetteIndexEntry{templateR}
%\VignetteIndexEntry{MotifPeeker}
%\usepackage[utf8]{inputenc}
%\VignetteEngine{knitr::rmarkdown}
---

**Updated:** ***`r format(Sys.Date(), '%b-%d-%Y')`***

```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("../DESCRIPTION", fields = "Package")[1]
Expand Down
10 changes: 2 additions & 8 deletions vignettes/docker.Rmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: Docker/Singularity Containers
author: '<h4>Authors: <i>`r auths <- eval(parse(text = gsub("person","c",read.dcf("../DESCRIPTION",
fields = "Authors@R"))));paste(auths[names(auths)=="given"],auths[names(auths)=="family"],
collapse = ", ")`</i></h4>'
date: '<h4>Vignette updated: <i>`r format(Sys.Date(), "%b-%d-%Y")`</i></h4>'
output:
rmarkdown::html_document:
md_extensions: -autolink_bare_uris
Expand All @@ -20,6 +16,8 @@ vignette: |
%\VignetteEngine{knitr::rmarkdown}
---

**Updated:** ***`r format(Sys.Date(), '%b-%d-%Y')`***


```{r setup, include=FALSE}
#### Package name ####
Expand Down Expand Up @@ -70,8 +68,6 @@ 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 Expand Up @@ -102,8 +98,6 @@ Finally, launch the containerised Rstudio by entering the
following URL in any web browser:
*http://localhost:8900/*

Login using the credentials set during the Installation steps.


# Session Info

Expand Down

0 comments on commit fa45153

Please sign in to comment.