Skip to content

Commit

Permalink
suppressed export of the pdf report from rna-seq_analysis.R because i…
Browse files Browse the repository at this point in the history
…t creates dependency to latex which create bug under conda
  • Loading branch information
Ubuntu committed Aug 18, 2018
1 parent ec28597 commit 69c0017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/RSnakeChunks/R/rna-seq_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ knitr::opts_chunk$set(
writeLines(text = report.text, con = report.socket)
close(report.socket)
rmarkdown::render(rmd.report, output_format = "html_document")
rmarkdown::render(rmd.report, output_format = "pdf_document")
# rmarkdown::render(rmd.report, output_format = "pdf_document")
rmarkdown::render(rmd.report, output_format = "word_document")


Expand All @@ -1325,7 +1325,7 @@ knitr::opts_chunk$set(
message("Index of input/output files\t", index.file)
message("Report in Rmd format\t", rmd.report)
message("Report in HTML format\t", sub(pattern = '.Rmd', replacement = ".html", x = rmd.report))
message("Report in pdf format\t", sub(pattern = '.Rmd', replacement = ".pdf", x = rmd.report))
# message("Report in pdf format\t", sub(pattern = '.Rmd', replacement = ".pdf", x = rmd.report))
message("Report in Word format\t", sub(pattern = '.Rmd', replacement = ".docx", x = rmd.report))
message("Job done")

Expand Down
2 changes: 2 additions & 0 deletions scripts/snakefiles/envs/rnaseq_deg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ dependencies:
- r-devtools=1.13.5
- r-ascii=2.1
- r-codetools=0.2_15
# - pandoc=2.2.2
# - r-tinytex=0.6
...

0 comments on commit 69c0017

Please sign in to comment.