Mercurial > repos > galaxyp > psm_to_sam
diff PSM2SAM.R @ 3:16c4cc7793e9 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/psm2sam commit d4b5497065b853ed094aebc9e4185e9995c5e0e0
author | galaxyp |
---|---|
date | Wed, 01 Nov 2017 19:28:25 -0400 |
parents | 757ecf27b4a9 |
children |
line wrap: on
line diff
--- 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)