Skip to content

Commit

Permalink
log in logs from R scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
valscherz committed Dec 5, 2018
1 parent 94ca4f9 commit bd2b0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/common_visualization/scripts/ordination.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Created on: 19.11.18

## Redirect R output to the log file
#log <- file(snakemake@log[[1]], open="wt")
#sink(log)
#sink(log, type="message")
log <- file(snakemake@log[[1]], open="wt")
sink(log)
sink(log, type="message")


## Input
Expand Down

0 comments on commit bd2b0e6

Please sign in to comment.