Closed Alalakikun closed 1 month ago
Hi, I'm seeing the same error message when attempting to generate the local synteny plot. Any suggestions would be appreciated!
@jgroh
This is usually due to the index (in the e
line, note that this is 0-indexed) exceeds the number of tracks specified in the layout
. Would you mind posting the layout
file if that's not the case?
Haibao
Hi, I'm seeing the same error message when attempting to generate the local synteny plot. Any suggestions would be appreciated!
My layout file looks like this,
.6, .1, .4, 0, red, Grape, top, saf_du.bed .4, .3, .6, 0, blue, Athaliana, top, saf_chinese.bed
e, 0, 1, saf_chinese.saf_du.anchors.simple
May this will help you: https://www.omicsclass.com/question/2620
[08:03:45] ERROR Set text.usetex=False. Font styles may be base.py:403 inconsistent. DEBUG Load file
main()
File "/usr/local/lib/python3.8/dist-packages/jcvi/graphics/karyotype.py", line 427, in main
Karyotype(
File "/usr/local/lib/python3.8/dist-packages/jcvi/graphics/karyotype.py", line 354, in init
t = layout[i]
IndexError: list index out of range
layout3
base.py:37 DEBUG Load fileCs.bed
base.py:37 DEBUG Load fileRp.bed
base.py:37 [08:03:46] DEBUG Load fileMme.bed
base.py:37 Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.8/dist-packages/jcvi/graphics/karyotype.py", line 447, in""""" How should i solve this problem. I would sincirely appreciate any help