Skip to content
New issue

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

AttributeError: 'ProjectCasesFilter' object has no attribute 'project_or_cohort' #420

Closed
on-premise-sentry bot opened this issue Mar 30, 2022 · 0 comments · Fixed by #422
Closed
Assignees
Labels
bug Something isn't working

Comments

@on-premise-sentry
Copy link

Sentry Issue: VARFISH-C

AttributeError: 'ProjectCasesFilter' object has no attribute 'project_or_cohort'
  File "variants/tasks.py", line 83, in project_cases_filter_task
    return submit_filter.project_cases_filter(
  File "variants/submit_filter.py", line 224, in project_cases_filter
    ProjectCasesFilter(job, job.projectcasessmallvariantquery).run()
  File "variants/submit_filter.py", line 54, in run
    self._prioritize_variant_pathogenicity(_results)
  File "variants/submit_filter.py", line 120, in _prioritize_variant_pathogenicity
    self._get_genomebuild(), patho_score, variants, self.job.bg_job.user
  File "variants/submit_filter.py", line 150, in _get_genomebuild
    for case in self.project_or_cohort.get_accessible_cases_for_user(
@holtgrewe holtgrewe added this to the athenea-1.2.0 (stable) milestone Mar 30, 2022
@holtgrewe holtgrewe added the bug Something isn't working label Mar 30, 2022
holtgrewe added a commit that referenced this issue Mar 30, 2022
Related-Issue: #420
Closes: #420
Projected-Results-Impact: none
@holtgrewe holtgrewe linked a pull request Mar 30, 2022 that will close this issue
holtgrewe added a commit that referenced this issue Mar 30, 2022
Related-Issue: #420
Closes: #420
Projected-Results-Impact: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant