Skip to content

Commit

Permalink
Merge bb75a4e into 85736df
Browse files Browse the repository at this point in the history
  • Loading branch information
brisk022 committed May 29, 2018
2 parents 85736df + bb75a4e commit badc0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyDNase/scripts/wellington_bootstrap.py
Expand Up @@ -71,7 +71,7 @@ def footprints(self, withCutoff = -20, merge = 1):
ranges = new_ranges
# Creates reads GenomicIntervalSet and adds the footprints to them
for i in merged_ranges:
return_set.append(((i[0] + i[1])/2, i[3]))
return_set.append((int((i[0] + i[1])/2), i[3]))
return return_set

def findDiffFP(self):
Expand Down

0 comments on commit badc0e1

Please sign in to comment.