# HG changeset patch # User mingchen0919 # Date 1506372109 14400 # Node ID 63e9500cdeec26fc9eb0efa677553ccb7b984e5f # Parent cb6efa0f0cb66ca6953e7aee003bbe8e55c88f4f planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 436d91722b309f61890d13d7ed28cd43c79a5c74 diff -r cb6efa0f0cb6 -r 63e9500cdeec collection_list.Rmd --- a/collection_list.Rmd Mon Sep 25 16:33:54 2017 -0400 +++ b/collection_list.Rmd Mon Sep 25 16:41:49 2017 -0400 @@ -20,6 +20,7 @@ str(opt) ``` +# Rename files ```{r 'rename files'} # create directory @@ -37,9 +38,3 @@ paste0('./files_directory/', new_files)) ``` -# End - -```{r 'test'} -ls() -``` - diff -r cb6efa0f0cb6 -r 63e9500cdeec collection_list.xml --- a/collection_list.xml Mon Sep 25 16:33:54 2017 -0400 +++ b/collection_list.xml Mon Sep 25 16:41:49 2017 -0400 @@ -1,7 +1,4 @@ - - Create a 'list' dataset collection from a set of files in Galaxy history. - pandoc r-getopt @@ -9,6 +6,23 @@ r-htmltools r-dplyr + + Create a 'list' dataset collection from a set of files in Galaxy history. + + + + + + - + diff -r cb6efa0f0cb6 -r 63e9500cdeec collection_list_render.R --- a/collection_list_render.R Mon Sep 25 16:33:54 2017 -0400 +++ b/collection_list_render.R Mon Sep 25 16:41:49 2017 -0400 @@ -79,6 +79,6 @@ #------ 3. render all Rmd files -------- render('list_collection.Rmd', output_file = opt$list_collection_html) -cat('test') + #-------4. manipulate outputs -----------------------------