# HG changeset patch # User mingchen0919 # Date 1529515243 14400 # Node ID 5c9d34a8061d05be1b8f6bfe37e39dea7b69e488 # Parent 44632fc0fc155dacd68002319f2cc5115916eb54 new test diff -r 44632fc0fc15 -r 5c9d34a8061d star.xml --- a/star.xml Wed Jun 20 11:33:55 2018 -0400 +++ b/star.xml Wed Jun 20 13:20:43 2018 -0400 @@ -1,4 +1,4 @@ - + ultrafast universal RNA-Seq aligner diff -r 44632fc0fc15 -r 5c9d34a8061d star_render.R --- a/star_render.R Wed Jun 20 11:33:55 2018 -0400 +++ b/star_render.R Wed Jun 20 13:20:43 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'), '/rmarkdown_rendering.log.txt')) +zz = file(paste0(Sys.getenv('REPORT_FILES_PATH'), '/.r_rendering.log.txt')) sink(zz) sink(zz, type = 'message')