| Previous changeset 2:757ecf27b4a9 (2017-09-25) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/psm2sam commit d4b5497065b853ed094aebc9e4185e9995c5e0e0 |
|
modified:
PSM2SAM.R |
| b |
| diff -r 757ecf27b4a9 -r 16c4cc7793e9 PSM2SAM.R --- a/PSM2SAM.R Mon Sep 25 13:23:54 2017 -0400 +++ b/PSM2SAM.R Wed Nov 01 19:28:25 2017 -0400 |
| b |
| @@ -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) |