We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I encounter an error while running the next command line ./panX.py -fn ./data/Vibrio_complete -sl Vibrio_complete -dmdc -t 1 > Vibrio_complete.log
The error follows as
Traceback (most recent call last): File "./panX.py", line 322, in myPangenome.export_geneCluster_json() File "/home/jason/Documents/pan-genome-analysis/scripts/pangenome_computation.py", line 225, in export_geneCluster_json geneCluster_to_json(self.path, self.enable_RNA_clustering, self.store_locus_tag, self.raw_locus_tag, self.optional_table_column) File "/home/jason/Documents/pan-genome-analysis/scripts/sf_geneCluster_json.py", line 171, in geneCluster_to_json '"divers":"'+gene_diversity_Dt[clusterID]+'"', KeyError: 'GC00002056'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I encounter an error while running the next command line
./panX.py -fn ./data/Vibrio_complete -sl Vibrio_complete -dmdc -t 1 > Vibrio_complete.log
The error follows as
Traceback (most recent call last):
File "./panX.py", line 322, in
myPangenome.export_geneCluster_json()
File "/home/jason/Documents/pan-genome-analysis/scripts/pangenome_computation.py", line 225, in export_geneCluster_json
geneCluster_to_json(self.path, self.enable_RNA_clustering, self.store_locus_tag, self.raw_locus_tag, self.optional_table_column)
File "/home/jason/Documents/pan-genome-analysis/scripts/sf_geneCluster_json.py", line 171, in geneCluster_to_json
'"divers":"'+gene_diversity_Dt[clusterID]+'"',
KeyError: 'GC00002056'
The text was updated successfully, but these errors were encountered: