Can someone tell me which assumption convert_gff3_to_ncbi_tbl makes on the formatting of the names? Apparently ours miss something:
python3 gff/convert_gff3_to_ncbi_tbl.py -i ../juncus.fasta.transdecoder.refined.sort.gff3 -o ../juncus.fasta.transdecoder.refined.sort.tbl -ln LAB -nap NAP -gf ../juncus.fasta
Traceback (most recent call last):
File "gff/convert_gff3_to_ncbi_tbl.py", line 89, in <module>
main()
File "gff/convert_gff3_to_ncbi_tbl.py", line 82, in main
tbl.print_tbl_from_assemblies(assemblies=assemblies, ofh=ofh, go_obo=args.go_obo, lab_name=args.lab_name)
File "/tmp/biocode/lib/biocode/tbl.py", line 95, in print_tbl_from_assemblies
print_biogene(gene=gene, fh=ofh, obo_dict=go_idx, lab_name=lab_name)
File "/tmp/biocode/lib/biocode/tbl.py", line 122, in print_biogene
raise Exception("ERROR: locus_tag attributes are required for all gene elements (gene id: {0}".format(gene.id))
Exception: ERROR: locus_tag attributes are required for all gene elements (gene id: Transcript_32960|g.33387
Can someone tell me which assumption convert_gff3_to_ncbi_tbl makes on the formatting of the names? Apparently ours miss something:
ping @arsilan324