SUPPA icon indicating copy to clipboard operation
SUPPA copied to clipboard

ERROR:__main__:Unknown error: (<class 'IndexError'>, IndexError('list index out of range'), <traceback object at 0x2b44d38defc0>)

Open Tang-pro opened this issue 10 months ago • 6 comments

Hi @leipzig @EduEyras

Here I'm trying to do it in samples to get the GTF for each sample, but it keeps reporting this error ERROR:__main__:Unknown error: (<class 'IndexError'>, IndexError('list index out of range'), <traceback object at 0x2b44d38defc0>)

wc -l Y1_5.psi 6777 Y1_5.psi

wc -l Y2_5.psi 6040 Y2_5.psi

wc -l Y1_5.tpm 6777 Y1_5.tpm

wc -l Y2_5.tpm 6040 Y2_5.tpm

Is it because Y1 and Y2 don't have the same number of rows?

Tang-pro avatar Feb 14 '25 14:02 Tang-pro