Dear all,
I'm trying to run kisSplice2refgenome with the following command line :
kissplice2refgenome -a annotation_file.gtf output_starlong.sam --pairedEnd True --counts 2 --exonicReads False --readLength 101 --overlap 54
annotation_file.gtf is our annotation file, output_starlong.sam is the output we obtained running STARLONG on the output file (type1.fa, AS file) from kisSplice and STAR-index, and our read length is 101.
I get this error message :
File "/kissplice2refgenome-1.0.1/kissplice2refgenomelib/events.py", line 94, in PSIcalc
for k in range(len(countsUpValues)) :
UnboundLocalError: local variable 'countsUpValues' referenced before assignment
Did anybody already get this error message and could you please help me to fix the problem ? Thanks in advance !