gff3toembl icon indicating copy to clipboard operation
gff3toembl copied to clipboard

Converts Prokka GFF3 files to EMBL files for uploading annotated assemblies to EBI

Results 5 gff3toembl issues
Sort by recently updated
recently updated
newest added

I installed GFF3toEMBL via docker and this error appears when running the tool: ``` irene@irene-VirtualBox:~$ docker run --rm -it -v /home/irene:/data sangerpathogens/gff3toembl gff3_to_embl --authors "Ortega, I." --genome_type linear --classification PROK...

Installed via bioconda, got the following error: ``` Traceback (most recent call last): File "/scratch/schrat01/gff3_toembl_env/bin/gff3_to_embl", line 4, in __import__('pkg_resources').run_script('gff3toembl==1.1.4', 'gff3_to_embl') File "/scratch/schrat01/gff3_toembl_env/lib/python3.7/site-packages/pkg_resources/__init__.py", line 66 6, in run_script self.require(requires)[0].run_script(script_name, ns) File...

(Some months back I did this successfully to submit a new strain from a different genus, so while I might be doing something wrong/different, I suspect the ENA validator has...

question

e.g. Prokka GFF file containing this in column 9: ``` product=2-amino-4-hydroxy-6-hydroxymethyldihydropteridine pyrophosphokinase ``` The EMBL file from converting the GFF gave: ``` FT /product="2-amino-4-hydroxy-6-hydroxymethyldihydropteridin FT e pyrophosphokinase" ``` Notice this...

bug