Mercurial > repos > mingchen0919 > rmarkdown_collection_builder
comparison collection_paired.Rmd @ 8:f555686ca340 draft default tip
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 16:22:18 -0400 |
parents | abf9cbd7578f |
children |
comparison
equal
deleted
inserted
replaced
7:abf9cbd7578f | 8:f555686ca340 |
---|---|
21 ``` | 21 ``` |
22 | 22 |
23 # Rename files | 23 # Rename files |
24 | 24 |
25 ```{r} | 25 ```{r} |
26 file.copy("FORWARD_INPUT", './forward.FORMAT') | 26 dir.create('files_directory') |
27 file.copy("REVERSE_INPUT", './reverse.FORMAT') | 27 file.copy("FORWARD_INPUT", './files_directory/forward.FORMAT') |
28 file.copy("REVERSE_INPUT", './files_directory/reverse.FORMAT') | |
28 ``` | 29 ``` |
29 | 30 |