Skip to content

Commit

Permalink
debugging issue with HISAT2 QC
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Jul 25, 2017
1 parent 2940d4c commit 2d4b389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/check/quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def check_hisat2(filename, cutoff=0, log=None):

with open(filename, 'r') as f:
lines = '\t'.join(f.readlines())
print(lines)
for l in lines:
if "overall alignment" in l:
hits = re_mapped.search(l)
Expand Down

0 comments on commit 2d4b389

Please sign in to comment.