syns, alns = util.parse_input_tsv('genomes.tsv')
df = util.coresyn_from_lists(syns, alns, SYNAL=False)
Traceback (most recent call last):
File "/srv/netscratch/dep_mercier/grp_schneeberger/software/anaconda3_2021/envs/mgpy3.8/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3398, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-59-90a0de3ea250>", line 1, in <cell line: 1>
df = util.coresyn_from_lists(syns, alns, SYNAL=False)
File "pansyri/pyxfiles/util.pyx", line 75, in pansyri.util.coresyn_from_lists
File "pansyri/pyxfiles/pansyn.pyx", line 262, in pansyri.pansyn.find_multisyn
File "pansyri/pyxfiles/pansyn.pyx", line 132, in pansyri.pansyn.find_overlaps
File "pansyri/pyxfiles/util.pyx", line 85, in pansyri.util.get_orgs_from_df
TypeError: reduce() of empty sequence with no initial value
We can discuss it when you have some time.
I think there is some incompleteness in the
pansyri.pansyn.find_overlapsas it is giving me error when I try to get pansyntenic region with two highly similar (actually simulated) query genomes.The files are here:
/srv/netscratch/dep_mercier/grp_schneeberger/projects/syri2/results/human/simulatedgenomes/chr22
We can discuss it when you have some time.