Skip to content

Commit

Permalink
Linked read split_step typo
Browse files Browse the repository at this point in the history
I believe this is a typo. It causes an UnboundLocalError on linked read data.
  • Loading branch information
Jose Espejo Valle-Inclan authored Jun 26, 2019
1 parent 0c2ce2b commit 04184bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/samplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ def plot_linked_reads(pairs,

for split_step in steps[0].info['SPLIT_STEPS']:
split_step.info['INSERTSIZE'] = insert_size
plotted = plot_split_plan(ranges, pair_step, ax)
plotted = plot_split_plan(ranges, split_step, ax)

return [curr_min_insert_size, curr_max_insert_size]
#}}}
Expand Down

0 comments on commit 04184bd

Please sign in to comment.