prepDE KeyError on MSTRG
1
0
Entering edit mode
shintzen • 0
@shintzen-18932
Last seen 5.2 years ago

I am trying to run prepDE (found here http://ccb.jhu.edu/software/stringtie/dl/prepDE.py) however I am getting an error that does not give me a lot of information on what exactly the issue is or where to look on where to solve it. I googled but didn't find much. 

C:\Python27\python.exe prepDE.py -i C:\sample_lst.txt
0 1683-bulk
1 1680-bulk
Traceback (most recent call last):
  File "C:\prepDE.py", line 269, in <module>
    geneDict.setdefault(geneIDs[i], {})  # gene_id
KeyError: 'MSTRG.23895.4'

I tried printing the values to get a sense of the issue but it is taking a long time to complete. Has anyone seen this error, how did you resolve it? 

deseq2 prepDE • 1.3k views
ADD COMMENT
1
Entering edit mode

KeyError means you're trying to use a key which doesn't exist. I think that might mean you have different transcripts in your sample gtf files. 

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 17 hours ago
United States

I don’t maintain this software or script. You’ll have better luck with the maintainers.

ADD COMMENT

Login before adding your answer.

Traffic: 640 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6