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
HIV-AD
In v7.17 we introduced HIV-AD project code.
But we haven't updated micall/projects.json file.
micall/projects.json
Because of this, updates to QAI fail with:
Failed to load project seeds for proj1 in date1. Traceback (most recent call last): File "/usr/local/share/MiCall/micall/monitor/update_qai.py", line 115, in build_conseqs seeds |= projects.getProjectSeeds(target_project) File "/usr/local/share/MiCall/micall/core/project_config.py", line 136, in getProjectSeeds for region in self.config['projects'][project_name]['regions']: KeyError: 'HIV-AD'
To solve this issue, we need to update the projects.json file.
projects.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In v7.17 we introduced
HIV-AD
project code.But we haven't updated
micall/projects.json
file.Because of this, updates to QAI fail with:
To solve this issue, we need to update the
projects.json
file.The text was updated successfully, but these errors were encountered: