Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff authored Jan 28, 2019
1 parent 4bc3933 commit 68b93b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Description of the BiocProject package

The `BiocProject` class is a [Bioconductor](https://www.bioconductor.org/)-oriented project management class. It wraps the generic [pepr](http://code.databio.org/pepr/) R package for project metadata. `BiocProject` allows you to read in project metadata and data for an entire project with a single line of `R` code.
The `BiocProject` package is a [Bioconductor](https://www.bioconductor.org/)-oriented project management package. It wraps the generic [pepr](http://code.databio.org/pepr/) R package for project metadata. `BiocProject` allows you to read in project metadata and data for an entire project with a single line of `R` code.

### Quick start:

Expand All @@ -14,7 +14,7 @@ Install from GitHub:
devtools::install_github("pepkit/BiocProject")
```

Create a new `BiocProject` object by passing your PEP configuration file:
Read in both the metadata and data by passing your PEP configuration file:
```
bp = BiocProject(file=ProjectConfig)
```
Expand Down

0 comments on commit 68b93b9

Please sign in to comment.