Skip to content

Commit

Permalink
Raked the new changes to proteomics and metabolmics repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshep committed Apr 2, 2019
1 parent 21ca11c commit 6ab6a88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion out/devel_metabolomics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN apt-get update -qq && \
liblapack-dev \
cmake \
default-jdk \
libnetcdf-dev libpng-dev libbz2-dev liblzma-dev libpcre3-dev libicu-dev
libnetcdf-dev libpng-dev libbz2-dev liblzma-dev libpcre3-dev libicu-dev \
libudunits2-dev libgdal-dev

RUN bash -i -c 'wget -O libSBML-5.10.2-core-src.tar.gz https://downloads.sourceforge.net/project/sbml/libsbml/5.10.2/stable/libSBML-5.10.2-core-src.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fsbml%2Ffiles%2Flibsbml%2F5.10.2%2Fstable%2F && tar xzvf libSBML-5.10.2-core-src.tar.gz ; cd libsbml-5.10.2 && CXXFLAGS=-fPIC CFLAGS=-fPIC ./configure --prefix=/usr && make && make install && ldconfig'

Expand Down
2 changes: 2 additions & 0 deletions out/devel_proteomics/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ pkgs_to_install <- setdiff(pkgs_to_install, rownames(installed.packages()))

# https://github.com/Bioconductor/bioc_docker/issues/58
pkgs_to_install <- pkgs_to_install[!grepl("prot2D", pkgs_to_install)]
# https://github.com/Bioconductor/bioc_docker/issues/55
pkgs_to_install <- pkgs_to_install[!grepl("spliceSites", pkgs_to_install)]

## Start the actual installation:
ok <- BiocManager::install(pkgs_to_install, update=FALSE, ask=FALSE) %in% rownames(installed.packages())
Expand Down
3 changes: 2 additions & 1 deletion out/release_metabolomics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN apt-get update -qq && \
liblapack-dev \
cmake \
default-jdk \
libnetcdf-dev libpng-dev libbz2-dev liblzma-dev libpcre3-dev libicu-dev
libnetcdf-dev libpng-dev libbz2-dev liblzma-dev libpcre3-dev libicu-dev \
libudunits2-dev libgdal-dev

RUN bash -i -c 'wget -O libSBML-5.10.2-core-src.tar.gz https://downloads.sourceforge.net/project/sbml/libsbml/5.10.2/stable/libSBML-5.10.2-core-src.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fsbml%2Ffiles%2Flibsbml%2F5.10.2%2Fstable%2F && tar xzvf libSBML-5.10.2-core-src.tar.gz ; cd libsbml-5.10.2 && CXXFLAGS=-fPIC CFLAGS=-fPIC ./configure --prefix=/usr && make && make install && ldconfig'

Expand Down
2 changes: 2 additions & 0 deletions out/release_proteomics/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ pkgs_to_install <- setdiff(pkgs_to_install, rownames(installed.packages()))

# https://github.com/Bioconductor/bioc_docker/issues/58
pkgs_to_install <- pkgs_to_install[!grepl("prot2D", pkgs_to_install)]
# https://github.com/Bioconductor/bioc_docker/issues/55
pkgs_to_install <- pkgs_to_install[!grepl("spliceSites", pkgs_to_install)]

## Start the actual installation:
ok <- BiocManager::install(pkgs_to_install, update=FALSE, ask=FALSE) %in% rownames(installed.packages())
Expand Down

0 comments on commit 6ab6a88

Please sign in to comment.