Mercurial > repos > mingchen0919 > aurora_deseq2
diff rmarkdown_report_render.R @ 29:24a7f1f92db7 draft
planemo upload commit 4a2948a9dd56803572fe5e2d05ff50515ce6d96c-dirty
| author | mingchen0919 |
|---|---|
| date | Fri, 14 Sep 2018 14:03:11 -0400 |
| parents | 508f582a1f1d |
| children |
line wrap: on
line diff
--- a/rmarkdown_report_render.R Thu Sep 13 15:34:54 2018 -0400 +++ b/rmarkdown_report_render.R Fri Sep 14 14:03:11 2018 -0400 @@ -1,7 +1,7 @@ ##============ Sink warnings and errors to a file ============== ## use the sink() function to wrap all code within it. ##============================================================== -zz = file(paste0(Sys.getenv('REPORT_FILES_PATH'), '/.r_rendering.log.txt')) +zz = file(paste0(Sys.getenv('REPORT_FILES_PATH'), '/r_rendering.log.txt')) sink(zz) sink(zz, type = 'message')
