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
I am just using PPanGGOLiN for the first time and am encountering an error:
Traceback (most recent call last):
File "/home/matwan/anaconda3/envs/ppanggolin/bin/ppanggolin", line 10, in <module>
sys.exit(main())
^^^^^^
File "/home/matwan/anaconda3/envs/ppanggolin/lib/python3.12/site-packages/ppanggolin/main.py", line 221, in main
ppanggolin.workflow.all.launch(args)
File "/home/matwan/anaconda3/envs/ppanggolin/lib/python3.12/site-packages/ppanggolin/workflow/all.py", line 295, in launch
launch_workflow(args, panrgp=True, panmodule=True)
File "/home/matwan/anaconda3/envs/ppanggolin/lib/python3.12/site-packages/ppanggolin/workflow/all.py", line 55, in launch_workflow
read_annotations(pangenome, args.anno, pseudo=args.annotate.use_pseudo,
File "/home/matwan/anaconda3/envs/ppanggolin/lib/python3.12/site-packages/ppanggolin/annotate/annotate.py", line 1079, in read_annotations
org, has_dna_sequence = future.result()
^^^^^^^^^^^^^^^
File "/home/matwan/anaconda3/envs/ppanggolin/lib/python3.12/concurrent/futures/_base.py", line 456, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/home/matwan/anaconda3/envs/ppanggolin/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
Exception: Reading the gff3 file '/seq/projects/novelLegio_Vlad/NovelLegionella/analysis/02_annotation/unicycler/gff_files/80869.gff' raised an error. 'Contig 1 already in genome 80869.gff
Hello,
There is probably something unexpected in your GFF files that PPanGGOLiN is not handling correctly.
If it is not sensitive data, could you share the GFF file 80869.gff with us?
Hello,
I am just using PPanGGOLiN for the first time and am encountering an error:
Here are the first few lines of the GFF3 file:
Any help is much appreciated!
The text was updated successfully, but these errors were encountered: