Closed sun-qibo closed 5 months ago
Hi,
It looks like some of your annotations may not match the standard Prokka GFF3 output format. You can discard these annotations using the --remove-invalid-genes
flag.
thank you. actually it was my mistake, I used gene sequences instead of genome sequences. now i changed the file name to genome files it works perfectly.
Hello, I read in the manual that it is possible to provide separate gff and fasta files as input for panaroo per isolate by providing each file delimited by a space or a tab. If I understand well, it means I create a input txt file as such:
However, I got the error below:
in panaroo/prokka.py, line 133 get_gene_sequences, I don't see any checking process to see if the list provided is one gff3 per isolate or separate gff and fasta. am I missing something?
So does panaroo really support separate gff and fasta files?
Thank you in advance!