-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from ENCODE-DCC/3486-spp1-14
3486 spp1 14
- Loading branch information
Showing
21 changed files
with
749 additions
and
624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
SHELL=/bin/bash -e | ||
|
||
all: | ||
# Trust the signing key for this repo. Reference: http://cran.rstudio.com/bin/linux/ubuntu/README.html | ||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 | ||
sudo rm -f /etc/apt/apt.conf.d/99dnanexus | ||
sudo pip install biopython | ||
# install bioconductor and it's packages | ||
#R -e "install.packages(c('ape', 'biom', 'optparse', 'RColorBrewer', 'randomForest', 'vegan'), repos='http://cran.rstudio.com/'); source('http://bioconductor.org/biocLite.R'); biocLite(); biocLite(c('DESeq2', 'metagenomeSeq'))" | ||
sudo R < installbioc.R --save | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "bioconductorAsset", | ||
"title": "Bioconductor", | ||
"description": "R package bioconductor, required for SPP 1.14", | ||
"version": "0.0.1", | ||
"distribution": "Ubuntu", | ||
"instanceType": "mem1_ssd1_x2", | ||
"release": "12.04" | ||
} |
6 changes: 6 additions & 0 deletions
6
dnanexus/bioconductor_asset/resources/home/dnanexus/installbioc.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## try http:// if https:// URLs are not supported | ||
install.packages(c("caTools", "snow"),repos="http://cran.us.r-project.org") | ||
#source("https://bioconductor.org/biocLite.R") | ||
source("http://bioconductor.org/biocLite.R") | ||
biocLite(ask=FALSE) | ||
biocLite("Rsamtools",ask=FALSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.