Skip to content

Commit

Permalink
Merge pull request #169 from fhalbritter/patch-1
Browse files Browse the repository at this point in the history
add missing .
  • Loading branch information
stolarczyk committed Jan 8, 2020
2 parents 885ad39 + b3b96bb commit 216a694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypiper/ngstk.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def count_unique_mapped_reads(self, file_name, paired_end):

if ext == ".sam":
param = "-S -F4"
elif ext == "bam":
elif ext == ".bam":
param = "-F4"
else:
raise ValueError("Not a SAM or BAM: '{}'".format(file_name))
Expand Down

0 comments on commit 216a694

Please sign in to comment.