Skip to content

Building database error #119

@JX-Zhong

Description

@JX-Zhong

Hi, When I want to build a 30 species pangenome database for snp calling, I meet some errors. fna and other files were downloaded from PATRIC database. I found that some of strain's fna files failed for building , but I have not found any difference between these files. Error is
`
Building pangenome database
Finegoldia_magna
catting genes
clustering genes
Traceback (most recent call last):
File "/home/zhongjiaxin/app/MIDAS/scripts/build_midas_db.py", line 74, in
build_db.run_pipeline(args)
File "/home/zhongjiaxin/app/MIDAS/midas/build/build_db.py", line 490, in run_pipeline
build_pangenome_db(args, species)
File "/home/zhongjiaxin/app/MIDAS/midas/build/build_db.py", line 323, in build_pangenome_db
p.cluster_genes(args['threads'], args['resume'])
File "/home/zhongjiaxin/app/MIDAS/midas/build/build_db.py", line 151, in cluster_genes
self.store_cluster_membership()
File "/home/zhongjiaxin/app/MIDAS/midas/build/build_db.py", line 170, in store_cluster_membership
gene.centroid_99 = gene.centroid_id[99]
KeyError: 99

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions