Hello this is KyoungJun Lee who is new to leafcutter.
There is an index error during intron clustering but I could not catch the reason.
python leafcutter_cluster_regtools.py --checkchrom -j juncs23.txt -m 50 -o ko23 -l 500000
and the result was shown as below:
scanning E100004016_L01_1_.junc...
scanning E100004016_L01_2_.junc...
scanning E100004016_L01_3_.junc...
scanningE100004016_L01_4_.junc...
scanning E100004016_L01_25.junc...
scanningE100004016_L01_33.junc...
Parsing...
chrX:-..chr22:-..chr11:-..chr15:-..chr18:+..chr3:-..chr16:+..chr5:-..chr20:+..chr19:-..chr13:+..chr8:-..chrY:+..Traceback (most recent call last):
File "leafcutter_cluster_regtools.py", line 534, in <module>
main(options, libl)
File "leafcutter_cluster_regtools.py", line 14, in main
pool_junc_reads(libl, options)
File "leafcutter_cluster_regtools.py", line 72, in pool_junc_reads
clu = cluster_intervals(read_ks)[0]
File "leafcutter_cluster_regtools.py", line 337, in cluster_intervals
current = E[0]
IndexError: list index out of range
Despite the --checkchrom option, it still give the same error. could you give any suggestion?
Thank you in advance.