You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, gff file might contain fasta sequence at the end but pogenom.pl does not read properly neither fasta sequence nor genome size from GFF and basically although all the information is included within GFF you need to include --genome_size too and in this case, the FASTA file.
So, the solution for the error is to include the FASTA file too.
Dear Author,
when running the following:
perl pogenom.pl --vcf_file pico127_pico127.002.vcf --out pico127_pico127.002_pi_fst_gene --gff_file pico127_pico127.002.gff --genome_size 2660050 --genetic_code_file standard_genetic_code.txt
I have the following error:
Use of uninitialized value $mod_contig_seq in substr at pogenom.pl line 924.
substr outside of string at pogenom.pl line 924.
Any idea? vcf file is generated by the Input_POGENOM.sh and gff is generated by prodigal
Thanks,
Jianshu
The text was updated successfully, but these errors were encountered: