Closed chen1i6c04 closed 1 year ago
Hi @chen1i6c04,
Try changing track_start = 90
to track_start = 80
.
The plotting limit range for tracks in pyCirclize is 0 <= r <= 105, and it expects the user plots tracks in the range 0 <= r <= 100. Your code is failing to plot because it is plotting in the range r > 105.
It can plot after change tarck_start = 80
Thanks your help
Hi
Thank you for the amazing tool.
I am trying to plot multiple prokaryote genome comparisons like BLAST Ring Image Generator (BRIG), but it only plot 3 tracks no matter how much genomes
This is test data
I'm using v 0.5.1
The code is
Thank you