# HG changeset patch # User mingchen0919 # Date 1506366298 14400 # Node ID e43cbef7ba64e01b07717e3f74acf9b613ae3d9f # Parent 2657b486f423b9068193f30dcb72fb470b1d819d planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 6df7b8ef3a603f7792ed5815ff324ede8a7b2b0b-dirty diff -r 2657b486f423 -r e43cbef7ba64 collection_list_render.R --- a/collection_list_render.R Mon Sep 25 15:04:20 2017 -0400 +++ b/collection_list_render.R Mon Sep 25 15:04:58 2017 -0400 @@ -33,7 +33,7 @@ spec_list$FILE_LIST = c('file_list', 'l', '1', 'character') spec_list$ECHO = c('echo', 'e', '1', 'character') ##--------2. output report and outputs -------------- -spec_list$LIST_COLLECTION = c('list_collection', 'o', '1', 'character') +# spec_list$LIST_COLLECTION = c('list_collection', 'o', '1', 'character') spec_list$REPORT = c('report', 'r', '1', 'character') spec_list$OUTPUT_DIR = c('list_collection_dir', 'd', '1', 'character') ##--------3. Rmd templates in the tool directory ----------