Mercurial > repos > galaxyp > custom_pro_db_annotation_data_manager
changeset 2:0a9ffebba65d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e9e2b5f5d422c1ff2f4db1ef83eb585ae3815517
author | galaxyp |
---|---|
date | Mon, 26 Jun 2017 17:13:22 -0400 |
parents | 9b4ee836e35b |
children | 9ee512decde8 |
files | data_manager/customProDB_annotation.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager/customProDB_annotation.R Thu Jun 08 10:55:08 2017 -0400 +++ b/data_manager/customProDB_annotation.R Mon Jun 26 17:13:22 2017 -0400 @@ -90,7 +90,7 @@ }) # 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/c57e5498392197bc598a18c26acb70d7530a921cc57e5498.zip", "customProDB.zip", quiet=TRUE) + download.file("https://github.com/chambm/customProDB/archive/c57e5498392197bc598a18c26acb70d7530a921c.zip", "customProDB.zip", quiet=TRUE) unzip("customProDB.zip") devtools::load_all("customProDB-c57e5498392197bc598a18c26acb70d7530a921c")