Skip to content

Commit

Permalink
Merge pull request #6 from nebiolabs/bug/#4
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
jakemiller13 authored Apr 23, 2021
2 parents a92825f + 823d50c commit fb4918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fatools/lib/fautil/algo2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ def mark_overlap_peaks(channels, params):
# checking overlaps against channel !
for channel in channels:
for channel_r in channels:
if channel == channel_r or or channel.is_ladder():
if channel == channel_r or channel.is_ladder():
continue

for p in channel.get_alleles(broad_peaks_only=False):
Expand Down

0 comments on commit fb4918f

Please sign in to comment.