Open lijing28101 opened 4 years ago
Hi Jing,
Sorry you're running into issues. Looks like the program is having issues with ID attributes.
Can you send me the 2 gff3 files and reference fasta file so I can see what's going on (or links to them if they're large)? monica.poelchau@usda.gov
Hi @lijing28101 - the problem you see is occurring because our merge program is making some (possibly unreasonable) assumptions about the way the ID attribute is formatted.
We'll try to work on our end to get rid of that assumption. In the meantime, however, there is a fix - you can use the ancillary script in this repo (lib/gff3_ID_generator.py) to reformat your IDs, then run the merge program again using the output gff3 file(s). Hopefully that will resolve your immediate problem.
I'd suggest running it as follows, using the -idpre and -diglen arguments:
python3 gff3_ID_generator.py -g input.gff3 -og output.gff3 -idpre tmp -diglen 6 -r id-map.txt
Hi,
I installed gff3toolkit by pip install, using python 3.5. My code is
It's failed when identify types of replacement based on replace tag.
Please help me to solve the probelm.
Thanks, Jing