Skip to content

Instantly share code, notes, and snippets.

@mkanai
Created February 10, 2018 09:50
Show Gist options
  • Save mkanai/be05f40f933112bfb70bb08076cdaa00 to your computer and use it in GitHub Desktop.
Save mkanai/be05f40f933112bfb70bb08076cdaa00 to your computer and use it in GitHub Desktop.
--- circos-0.69-6/lib/Circos.pm.old 2018-02-10 04:10:42.000000000 -0500
+++ circos-0.69-6/lib/Circos.pm 2018-02-10 04:11:43.000000000 -0500
@@ -2183,6 +2183,7 @@
$data_point_prev = $data_point;
}
# keep refining this layer, until no refinements are left to make
+ undef $data_point_prev;
goto REFINE if $refined;
stop_timer("track_text_refine");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment