Mercurial > repos > mingchen0919 > rmarkdown_bdss_client
changeset 4:206c59e498e7 draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_bdss_client commit ea6df97960569d247d64be1549aa90768c9786f4-dirty
| author | mingchen0919 | 
|---|---|
| date | Wed, 11 Oct 2017 11:31:48 -0400 | 
| parents | c707a4178832 | 
| children | 04100e773314 | 
| files | bdss_client_sra_pe_render.R bdss_client_sra_se_render.R | 
| diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/bdss_client_sra_pe_render.R Wed Oct 11 11:23:04 2017 -0400 +++ b/bdss_client_sra_pe_render.R Wed Oct 11 11:31:48 2017 -0400 @@ -53,6 +53,7 @@ library(rmarkdown) library(htmltools) library(dplyr) +library(RCurl) #----- 1. create the report directory ------------------------ dir.create(opt$output_dir)
--- a/bdss_client_sra_se_render.R Wed Oct 11 11:23:04 2017 -0400 +++ b/bdss_client_sra_se_render.R Wed Oct 11 11:31:48 2017 -0400 @@ -53,6 +53,7 @@ library(rmarkdown) library(htmltools) library(dplyr) +library(RCurl) #----- 1. create the report directory ------------------------ dir.create(opt$output_dir)
