We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, When I try to identify the pi and FST parameters with the gff file. The tool print the following error:
Reading Input_POGENOM/RAW_DATA/Genomes/PATOS/1T0.BINS_5.001.gff Error: Genome size could not be calculated from GFF file
I have obtained the gff file with the following script:
for i in $(ls *fa); do echo $i; prodigal -i $i -d $i.fnn -a $i.faa -f gff -o $i.gff; done
Thanks, Esteban
The text was updated successfully, but these errors were encountered:
you need to add --genome_size or --fasta_file <FASTA_FILE> when using POGENOM if your gff file doesn't include the contigs in fasta format.
Sorry, something went wrong.
No branches or pull requests
Hi,
When I try to identify the pi and FST parameters with the gff file. The tool print the following error:
Reading GFF file
Reading Input_POGENOM/RAW_DATA/Genomes/PATOS/1T0.BINS_5.001.gff
Error: Genome size could not be calculated from GFF file
I have obtained the gff file with the following script:
for i in $(ls *fa); do echo $i; prodigal -i $i -d $i.fnn -a $i.faa -f gff -o $i.gff; done
Thanks,
Esteban
The text was updated successfully, but these errors were encountered: