# HG changeset patch # User mingchen0919 # Date 1506447812 14400 # Node ID abf9cbd7578f1c39da95cd915dc01ef071ce6b54 # Parent a0c8b2b25774e876b6e3a870a6cb927e7c6db11f planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db-dirty diff -r a0c8b2b25774 -r abf9cbd7578f collection_paired.Rmd --- 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') ```