-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,
I am trying to use the metaclock_tailor landscape on my sampes, having already the gff3 file using the same command line
metaclock_tailor landscape results/results.fna -o landscape_opt_folder -s -nproc 10 -l 50 -mi 0.1 -fast_TempEst time_landscape.tsv -raxml -f CDS -gff3 landscape_opt_folder/GCA_001189515.2_ASM118951v2_genomic.fna.prokka/GCA_001189515.2_ASM118951v2_genomic.fna.gff
But I get the following error and I don't know how to solve it
2024-02-12 16:03:20,925 root INFO /mnt/nfs/home/minluke/archivio/Guattari/metaclock/landscape_ opt_folder exists: pass! 2024-02-12 16:03:20,926 root INFO The given annotation profile: landscape_opt_folder/GCA_001189515.2_ASM118 951v2_genomic.fna.prokka/GCA_001189515.2_ASM118951v2_genomic.fna.gff 2024-02-12 16:03:20,926 root INFO Start parsing gff3 file..... Traceback (most recent call last): File "/mnt/nfs/home/minluke/miniconda3/envs/metaclock/bin/metaclock_tailor", line 10, in <module> sys.exit(main()) File "/mnt/nfs/home/minluke/miniconda3/envs/metaclock/lib/python3.10/site-packages/metaclock/metaclock_t ailor.py", line 708, in main dict_lst_BigMatrix = Assessment_tab(wga_aln, args.gff3_annotation, args.number_of_processors) File "/mnt/nfs/home/minluke/miniconda3/envs/metaclock/lib/python3.10/site-packages/metaclock/metaclock_t ailor.py", line 511, in Assessment_tab gContent_db = parse_gff(wga_aln, gff3) File "/mnt/nfs/home/minluke/miniconda3/envs/metaclock/lib/python3.10/site-packages/metaclock/metaclock_t ailor.py", line 280, in parse_gff cds_product = I.attributes['product'] KeyError: 'product'
Can you please help me solve it?
thank you