annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
1 ---
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
2 title: 'Build collection: a paired datasets'
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
3 output:
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
4 html_document:
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
5 number_sections: true
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
6 toc: true
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
7 theme: cosmo
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
8 highlight: tango
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
9 ---
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
10
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
11 ```{r setup, include=FALSE, warning=FALSE, message=FALSE}
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
12 knitr::opts_chunk$set(
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
13 echo = ECHO
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
14 )
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
15 ```
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
16
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
17 # Command line arguments
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
18
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
19 ```{r 'command line arguments'}
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
20 str(opt)
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
21 ```
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
22
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
23 # Rename files
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
24
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
25 ```{r}
8
f555686ca340 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db-dirty
mingchen0919
parents: 7
diff changeset
26 dir.create('files_directory')
f555686ca340 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db-dirty
mingchen0919
parents: 7
diff changeset
27 file.copy("FORWARD_INPUT", './files_directory/forward.FORMAT')
f555686ca340 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db-dirty
mingchen0919
parents: 7
diff changeset
28 file.copy("REVERSE_INPUT", './files_directory/reverse.FORMAT')
6
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
29 ```
a0c8b2b25774 planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 88ca36a41aa577ba888cee39cf81b176bf7e68db
mingchen0919
parents:
diff changeset
30