I am using Stringtie in conjunction with CIRIquant and am using the prepDE.py script to generate the gene count matrix for normalization. This has worked with no issue for me in the past, but when running this most recent analysis, I encountered the following error:
5858 3565
5859 3565
5860 3565
Traceback (most recent call last):
File "prepDE.py", line 226, in <module>
if v[2]=="transcript":
IndexError: list index out of range
I checked my input .lst file for any extra spaces or typos and didn't see anything. Here is the location in the input .lst file where I believe prepDE.py is encountering this problem. There are other groups of the 3565 samples previously, but it looks like the error is coming from the thirteenth file associated with 3565, the top line in the code shown below.
I also met the above problem before. I found that some sample quantification results were incomplete. You can remove the unusually small results and re-quantify.
Hello,
I am using Stringtie in conjunction with CIRIquant and am using the prepDE.py script to generate the gene count matrix for normalization. This has worked with no issue for me in the past, but when running this most recent analysis, I encountered the following error:
I checked my input .lst file for any extra spaces or typos and didn't see anything. Here is the location in the input .lst file where I believe prepDE.py is encountering this problem. There are other groups of the 3565 samples previously, but it looks like the error is coming from the thirteenth file associated with 3565, the top line in the code shown below.
As an example, here is a previous group of 3565 files that were processed by prepDE.py successfully.
I have double-checked the pathway to the .gtf file and that is correct as well.
Any advice or suggestions on what might be causing this error would be greatly appreciated. Thank you for your time.
Best,
Megan