# HG changeset patch # User galaxyp # Date 1509578887 14400 # Node ID 95273383af5cc1ec5b050a7747b4df148f065638 # Parent d9eba92cce55b9b4cdb7ea323d9d70d28b1c662d planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/psm2sam commit d4b5497065b853ed094aebc9e4185e9995c5e0e0 diff -r d9eba92cce55 -r 95273383af5c PSM2SAM.R --- a/PSM2SAM.R Mon Sep 25 13:23:30 2017 -0400 +++ b/PSM2SAM.R Wed Nov 01 19:28:07 2017 -0400 @@ -53,9 +53,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") # load proBAMr from GitHub download.file("https://github.com/chambm/proBAMr/archive/a03edf68f51215be40717c5374f39ce67bd2e68b.zip", "proBAMr.zip", quiet=TRUE)