Skip to content

Commit

Permalink
reduce stdout text
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebeck committed Feb 6, 2023
1 parent 174de65 commit 84eaef9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CycleViz.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,6 @@ def plot_gene_direction_indicator(s, e, total_length, drop, flanked, gInstance,

fullspace_a = np.arange(shift, shift + 2*total_length, marker_freq)
fullspace_b = np.arange(shift + marker_freq/slant, shift + 2*total_length + marker_freq/slant, marker_freq)
print(s, e, shift, len(fullspace_a), len(fullspace_b), drop)


trim = drop / 4.0
if drop < 0:
Expand All @@ -548,7 +546,6 @@ def plot_gene_direction_indicator(s, e, total_length, drop, flanked, gInstance,
in_range_indices = np.where(boolean_array)[0]
# put one down if it's too skinny
if len(in_range_indices) == 0 and not flanked:
print("HIT")
posns_a = [(e + s)/2.0]
posns_b = [(e + s)/2.0 + marker_freq/slant]
if drop < 0:
Expand Down

0 comments on commit 84eaef9

Please sign in to comment.