changeset 5:9681e90f3e28 draft

planemo upload commit 104ae24ee30761a0099eeb91362ed1e3e13aba4b-dirty
author mingchen0919
date Tue, 01 May 2018 11:15:25 -0400
parents 7b3f6337c845
children 66148a124172
files 01_index_genome.Rmd 02_mapping.Rmd 03_sam_to_sorted_bam.Rmd 04_mapping_evaluation.Rmd
diffstat 4 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/01_index_genome.Rmd	Tue May 01 11:06:46 2018 -0400
+++ b/01_index_genome.Rmd	Tue May 01 11:15:25 2018 -0400
@@ -9,14 +9,11 @@
 knitr::opts_chunk$set(error = TRUE, echo = FALSE)
 ```
 
-## Job scripts
 
 ```{bash, echo=FALSE}
 sh ${TOOL_INSTALL_DIR}/build-and-run-job-scripts.sh
 ```
 
-### Index genome
-
 ```{r echo=FALSE,results='asis'}
 # display content of the job-script.sh file.
 cat('```bash\n')
--- a/02_mapping.Rmd	Tue May 01 11:06:46 2018 -0400
+++ b/02_mapping.Rmd	Tue May 01 11:15:25 2018 -0400
@@ -9,7 +9,6 @@
 knitr::opts_chunk$set(error = TRUE, echo = FALSE)
 ```
 
-### Mapping
 
 ```{r echo=FALSE,results='asis'}
 # display content of the job-script.sh file.
--- a/03_sam_to_sorted_bam.Rmd	Tue May 01 11:06:46 2018 -0400
+++ b/03_sam_to_sorted_bam.Rmd	Tue May 01 11:15:25 2018 -0400
@@ -9,7 +9,6 @@
 knitr::opts_chunk$set(error = TRUE, echo = FALSE)
 ```
 
-### SAM to sorted BAM
 
 ```{r echo=FALSE,warning=FALSE,results='asis'}
 # display content of the job-script.sh file.
--- a/04_mapping_evaluation.Rmd	Tue May 01 11:06:46 2018 -0400
+++ b/04_mapping_evaluation.Rmd	Tue May 01 11:15:25 2018 -0400
@@ -9,7 +9,6 @@
 knitr::opts_chunk$set(error = TRUE, echo = FALSE)
 ```
 
-### Mapping evaluation
 
 ```{r echo=FALSE,warning=FALSE,results='asis'}
 # display content of the job-script.sh file.