You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With v0.8.0, I get an error when comparing across two chromosomes (moddotplot interactive -f two_chromosomes.fa --compare-only)
f"Building pairwise matrices for {seq_list[i]} and {seq_list[j]}, using a minimum window size of {window_lengths[0]}.... \n"
~~~~~~~~^^^
TypeError: list indices must be integers or slices, not str
With v0.8.0, I get an error when comparing across two chromosomes (
moddotplot interactive -f two_chromosomes.fa --compare-only
)From these lines
ModDotPlot/src/moddotplot/moddotplot.py
Lines 655 to 661 in ed190c7
Removing the print statement allowed the plots to finish up correctly.
The text was updated successfully, but these errors were encountered: