Skip to content

Commit

Permalink
fix FB disease xref page area
Browse files Browse the repository at this point in the history
  • Loading branch information
gildossantos committed Aug 15, 2023
1 parent 7f357ba commit 3951394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AGR_data_retrieval_curation_disease.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def __init__(self):
}
generic_data_provider_dto = generic_audited_object.copy()
generic_data_provider_dto['source_organization_abbreviation'] = 'FB'
generic_cross_reference_dto = {'prefix': 'FB', 'page_area': 'disease/fb', 'internal': False}
generic_cross_reference_dto = {'prefix': 'DOID', 'page_area': 'disease/fb', 'internal': False}
relevant_qualifiers = [
'model of',
'DOES NOT model'
Expand Down

0 comments on commit 3951394

Please sign in to comment.