Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0ncorhynchus/bioconductor-env
https://github.com/0ncorhynchus/bioconductor-env
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0ncorhynchus/bioconductor-env
- Owner: 0ncorhynchus
- Created: 2015-05-26T04:06:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T04:11:29.000Z (over 9 years ago)
- Last Synced: 2024-10-21T22:53:22.281Z (3 months ago)
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What Is?
Ubuntu(14.04trusty) container set up for Bioconductor
## Build
`sudo docker build -t bioconductor .`
## Usage
In your work directory
``sudo docker run --rm -i -t -v `pwd`:/data bioconductor``
### Example
$ sudo docker run --rm -i -t -v `pwd`:/data bioconductor #run R interactively
> source("http://bioconductor.org/biocLite.R")
> biocLite("ChIPpeakAnno")
> library(ChIPpeakAnno)