view collection_paired.Rmd @ 45:335e9eb25532 draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit b15eec6b208c8a41b8ad8969ab9c6046d7f0b73c-dirty
author mingchen0919
date Tue, 26 Sep 2017 12:04:54 -0400
parents c0db152f07b5
children 8dacd341b8b7
line wrap: on
line source

---
title: 'Build collection: a paired datasets'
output:
    html_document:
      number_sections: true
      toc: true
      theme: cosmo
      highlight: tango
---

```{r setup, include=FALSE, warning=FALSE, message=FALSE}
knitr::opts_chunk$set(
  echo = ECHO
)
```

# Command line arguments

```{r 'command line arguments'}
str(opt)
```

# Rename files

```{r}
file.copy("FORWARD_INPUT", './files_directory/forward.FORMAT')
file.copy("REVERSE_INPUT", './files_directory/reverse.FORMAT')
```