Skip to content
New issue

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

Genome size could not be calculated from GFF file #6

Open
ebustos128 opened this issue Sep 20, 2021 · 1 comment
Open

Genome size could not be calculated from GFF file #6

ebustos128 opened this issue Sep 20, 2021 · 1 comment

Comments

@ebustos128
Copy link

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

@lfdelzam
Copy link
Collaborator

lfdelzam commented Oct 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants