# HG changeset patch # User mingchen0919 # Date 1506395732 14400 # Node ID a25b427a1f389f264cc5e254a93609806e63d581 # Parent a048272f8fb5202a252a4560677e0c78cdc6b1af planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 436d91722b309f61890d13d7ed28cd43c79a5c74-dirty diff -r a048272f8fb5 -r a25b427a1f38 collection_list_paired_render.R --- a/collection_list_paired_render.R Mon Sep 25 23:09:55 2017 -0400 +++ b/collection_list_paired_render.R Mon Sep 25 23:15:32 2017 -0400 @@ -73,7 +73,7 @@ gsub('REVERSE_FILE_LIST', opt$reverse_file_list, x) }) %>% (function(x) { - gsub('OUTPUT_DIR', opt$list_collection_dir, x) + gsub('OUTPUT_DIR', opt$list_paired_collection_dir, x) }) %>% (function(x) { fileConn = file('list_paired_collection.Rmd')