Open bdeonovic opened 9 years ago
I think GTF is the issue. We have tested with Ensembl GTF format extensively (upto release-68 (ftp://ftp.ensembl.org/pub/release-68/gtf/mus_musculus)). What GTF file did you use? Can you try using ensembl?
Thanks
I'm getting the same error. I'm using Homo_sapiens.GRCh37.68.gtf. And prepare-emase is giving me the following error:
KeyError: 'start_codon'
Thanks for trying out EMASE. Let me try to reproduce the error and get back to you.
Hi
Is there any specific reason you are interested in using Homo_sapiens.GRCh37.68.gtf? The annotation is from 2012. I would suggest to use the newer version. prepare-emase works fine for the last annotation Homo_sapiens.GRCh37.75.gtf of the GRC37 build.
Thanks Narayanan
Hi,
I am trying to run emase and am getting the same error. I get
File "/uufs/chpc.utah.edu/sys/installdir/anaconda/5.3.0/envs/emase/lib/python2.7/site-packages/emase-0.10.16-py2.7.egg-info/scripts/prepare-emase", line 132, in parse_gtf
tdb[tid][feature].append((s, e))
KeyError: 'start_codon'
Previously you said it was possibly the gtf file, however, I am using the exact gtf file (ftp://ftp.ensembl.org/pub/release-68/gtf/mus_musculus) that you said you have tested previously. I am also using the corresponding genome.
Any advice as to how I can fix this would be greatly appreciated.
Thanks so much,
Nikki
I'm getting the following error when trying to run
prepare-emase
It looks like my GTF is not of the proper form. Here are the first few lines:
If this is not the proper format that your program is expecting please let me know what format the file should be in (an example of the first few lines of a GTF you use would be helpful)