SUPPA
SUPPA copied to clipboard
ERROR:__main__:Unknown error: (<class 'IndexError'>, IndexError('list index out of range'), <traceback object at 0x2b44d38defc0>)
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?