You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to use a special gtf file and want to process these files through GTFupdate, but I find that there will be some errors.
The following is the content of my gtf file:
I modified it with reference to the format of GTF_update.rst, but there are still the following errors;
Traceback (most recent call last):
File "/home/leelee/miniconda3/envs/p3/bin/GTFupdate", line 10, in <module>
sys.exit(main())
File "/home/leelee/miniconda3/envs/p3/lib/python3.7/site-packages/RiboCode/GTF_update.py", line 117, in main
gset,sourted_gset_keys = GroupGeneSubsets(args.gtfFile)
File "/home/leelee/miniconda3/envs/p3/lib/python3.7/site-packages/RiboCode/GTF_update.py", line 34, in GroupGeneSubsets
gid=field_dict["attr"]["gene_id"]
KeyError: 'gene_id'
How can i solve this problem?
Thanks,
LeeLee
The text was updated successfully, but these errors were encountered:
Hi, I want to use a special gtf file and want to process these files through
GTFupdate
, but I find that there will be some errors.The following is the content of my gtf file:
I modified it with reference to the format of GTF_update.rst, but there are still the following errors;
How can i solve this problem?
Thanks,
LeeLee
The text was updated successfully, but these errors were encountered: