Skip to content

Commit

Permalink
Update utr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris committed Jun 6, 2016
1 parent 6d12dda commit bfae0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pita/utr.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def call_utr(inbed, bamfiles, utr5=False, utr3=True):

return utr

# A nice hack to implement
# A "nice" hack to implement
def flipBedStrands(bedfile):
temp = NamedTemporaryFile(delete=False)
for line in open(bedfile):
Expand Down

0 comments on commit bfae0d9

Please sign in to comment.