# HG changeset patch # User galaxyp # Date 1509579215 14400 # Node ID e7766dd218d9193e2acbcb5a9db4b4b86e3b57fe # Parent 1ebf39dd0dcaa6a66903352430b7f7f07f222b39 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit d4b5497065b853ed094aebc9e4185e9995c5e0e0 diff -r 1ebf39dd0dca -r e7766dd218d9 data_manager/customProDB_annotation.R --- a/data_manager/customProDB_annotation.R Mon Jun 26 17:13:02 2017 -0400 +++ b/data_manager/customProDB_annotation.R Wed Nov 01 19:33:35 2017 -0400 @@ -90,9 +90,9 @@ }) # load customProDB from GitHub (NOTE: downloading the zip is faster than cloning the repo with git2r or devtools::install_github) - download.file("https://github.com/chambm/customProDB/archive/c57e5498392197bc598a18c26acb70d7530a921c.zip", "customProDB.zip", quiet=TRUE) + download.file("https://github.com/chambm/customProDB/archive/9db2223ef9932e50124b92d1bc49206af1f40fb3.zip", "customProDB.zip", quiet=TRUE) unzip("customProDB.zip") - devtools::load_all("customProDB-c57e5498392197bc598a18c26acb70d7530a921c") + devtools::load_all("customProDB-9db2223ef9932e50124b92d1bc49206af1f40fb3") #suppressPackageStartupMessages(library(customProDB)) options(timeout=3600)