diff customProDB.R @ 17:c429c2baecb8 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
author galaxyp
date Thu, 08 Jun 2017 11:05:47 -0400
parents 87274e4ef662
children 88e4cea5171e
line wrap: on
line diff
--- a/customProDB.R	Thu May 18 12:30:49 2017 -0400
+++ b/customProDB.R	Thu Jun 08 11:05:47 2017 -0400
@@ -100,9 +100,9 @@
     file.symlink(bai_file, paste(bamLink, ".bai", sep=""))
 
     # 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/master.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-master")
+    devtools::load_all("customProDB-c57e5498392197bc598a18c26acb70d7530a921c")
 
     easyRun(bamFile=bamLink, vcfFile=vcf_file, annotation_path=getwd(),
             rpkm_cutoff=rpkmCutoff, outfile_path=".", outfile_name="output",