# HG changeset patch # User mingchen0919 # Date 1507742750 14400 # Node ID 32e9649f693925ba82693bfaeb3f1c9cae3ec441 # Parent efb1938c302027021b17c9a0d883326f368b3251 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_bdss_client commit ea6df97960569d247d64be1549aa90768c9786f4-dirty diff -r efb1938c3020 -r 32e9649f6939 bdss_client_render.R --- a/bdss_client_render.R Wed Oct 11 13:21:54 2017 -0400 +++ b/bdss_client_render.R Wed Oct 11 13:25:50 2017 -0400 @@ -65,7 +65,7 @@ #----- 01 bdss_client_sra_se.Rmd ----------------------- readLines(opt$bdss_client_sra_se_rmd) %>% (function(x) { - gsub('URLS', opt$sra_accession, x) + gsub('URLS', opt$urls, x) }) %>% (function(x) { gsub('ECHO', opt$echo, x)