Skip to content

Commit

Permalink
Sink to log.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 11, 2017
1 parent b9bed40 commit f1c1395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/deseq2-init.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#sink(file=snakemake@log[[1]])
sink(file=snakemake@log[[1]], type="message")

library("DESeq2")
library("BiocParallel")
Expand Down
2 changes: 1 addition & 1 deletion scripts/deseq2.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sink(file=snakemake@log[[1]])
sink(file=snakemake@log[[1]], type="message")

library("DESeq2")
library("BiocParallel")
Expand Down
2 changes: 1 addition & 1 deletion scripts/plot-pca.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#sink(file=snakemake@log[[1]])
sink(file=snakemake@log[[1]], type="message")

library("DESeq2")

Expand Down

0 comments on commit f1c1395

Please sign in to comment.