Mercurial > repos > mingchen0919 > aurora_star_site
view 02_mapping.Rmd @ 0:c12e291895ff draft
planemo upload commit 104ae24ee30761a0099eeb91362ed1e3e13aba4b
author | mingchen0919 |
---|---|
date | Tue, 01 May 2018 10:45:22 -0400 |
parents | |
children | c04ef267c2c9 |
line wrap: on
line source
--- title: 'Mapping' output: html_document: highlight: pygments --- ```{r setup, include=FALSE, warning=FALSE, message=FALSE} knitr::opts_chunk$set(error = TRUE, echo = FALSE) ``` ### Mapping ```{r echo=FALSE,results='asis'} # display content of the job-script.sh file. cat('```bash\n') cat(readLines(paste0(Sys.getenv('REPORT_FILES_PATH'), '/mapping.sh')), sep = '\n') cat('\n```') ```