gff3toembl icon indicating copy to clipboard operation
gff3toembl copied to clipboard

Cannot open *.gff_fixed.gff: No such file or directory

Open ireneortega opened this issue 2 years ago • 0 comments

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 --output_filename H660_240122.embl --translation_table 11 "Campylobacter jejuni" 197 PRJEB50313 "Campylobacter jejuni strain H660" /home/irene/H660.gff
fopen(): cannot open file '/home/irene/H660.gff_fixed.gff': No such file or directory
Failed to sort and tidy gff file with GT

How can I solve it?

ireneortega avatar Jan 24 '22 10:01 ireneortega