# HG changeset patch
# User mingchen0919
# Date 1506442220 14400
# Node ID 8dacd341b8b7a6fd57276548f39a2d45c9ed5a01
# Parent 335e9eb2553233be36798c18af40cdbd4faaa669
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit b15eec6b208c8a41b8ad8969ab9c6046d7f0b73c-dirty
diff -r 335e9eb25532 -r 8dacd341b8b7 collection_list.xml
--- a/collection_list.xml Tue Sep 26 12:04:54 2017 -0400
+++ b/collection_list.xml Tue Sep 26 12:10:20 2017 -0400
@@ -7,7 +7,7 @@
r-dplyr
- Create a 'list' dataset collection from a set of files in Galaxy history.
+ Create a list of datasets collection from files in history.
r-dplyr
- Create a 'list:paired' dataset collection from a set of files in Galaxy history.
+ Create a list of paired dataset collection from files in history.
r-dplyr
- Create a 'paired' dataset collection from a set of files in Galaxy history.
+ Create a paired dataset collection from files in history.
%
(function(x) {
- fileConn = file('list_paired_collection.Rmd')
+ gsub('OUTPUT_DIR', opt$reverse_forward_input, x)
+ }) %>%
+ (function(x) {
+ fileConn = file('paired_collection.Rmd')
writeLines(x, con=fileConn)
close(fileConn)
})
#------ 3. render all Rmd files --------
-render('list_paired_collection.Rmd', output_file = opt$list_paired_collection_html)
+render('paired_collection.Rmd', output_file = opt$paired_collection_html)
#-------4. manipulate outputs -----------------------------