changeset 7:abf9cbd7578f draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db-dirty
author mingchen0919
date Tue, 26 Sep 2017 13:43:32 -0400
parents a0c8b2b25774
children f555686ca340
files collection_paired.Rmd
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/collection_paired.Rmd	Tue Sep 26 13:33:22 2017 -0400
+++ b/collection_paired.Rmd	Tue Sep 26 13:43:32 2017 -0400
@@ -23,7 +23,7 @@
 # Rename files
 
 ```{r}
-file.copy("FORWARD_INPUT", './OUTPUT_DIR/forward.FORMAT')
-file.copy("REVERSE_INPUT", './OUTPUT_DIR/reverse.FORMAT')
+file.copy("FORWARD_INPUT", './forward.FORMAT')
+file.copy("REVERSE_INPUT", './reverse.FORMAT')
 ```