Skip to content

Commit

Permalink
add log to read_stats #175
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Feb 27, 2019
1 parent a9641e1 commit 3759a8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atlas/rules/qc.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ rule get_read_stats:
run:
import datetime
import shutil
import sys
sys.stderr = open(log[0], 'w')

timestamp = datetime.datetime.now().strftime('%Y-%m-%d-%X')

Expand Down

0 comments on commit 3759a8b

Please sign in to comment.