# HG changeset patch # User galaxyp # Date 1509578905 14400 # Node ID 16c4cc7793e978342d86cb495836a080a00a2e10 # Parent 757ecf27b4a94a257ae9712d5aaeb9466c9c869e planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/psm2sam commit d4b5497065b853ed094aebc9e4185e9995c5e0e0 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 @@ -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)