Skip to content

Commit

Permalink
Merge pull request #627 from biolink/helpdesk_285
Browse files Browse the repository at this point in the history
remove object from map to prevent accidental removal from fq parameter
  • Loading branch information
sierra-moxon authored Aug 17, 2022
2 parents 1e6330c + 60b7eb6 commit 3e771af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ontobio/golr/golr_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ def goassoc_fieldmap(relationship_type=ACTS_UPSTREAM_OF_OR_WITHIN):
M.OBJECT: 'annotation_class',
M.OBJECT_CLOSURE: REGULATES_CLOSURE if relationship_type == ACTS_UPSTREAM_OF_OR_WITHIN else ISA_PARTOF_CLOSURE,
M.OBJECT_LABEL: 'annotation_class_label',
M.OBJECT_TAXON: 'object_taxon',
M.OBJECT_TAXON_LABEL: 'object_taxon_label',
M.OBJECT_TAXON_CLOSURE: 'object_taxon_closure',
M.OBJECT_TAXON: 'taxon',
M.OBJECT_TAXON_LABEL: 'taxon_label',
M.OBJECT_TAXON_CLOSURE: 'taxon_closure',
M.OBJECT_CATEGORY: None,
M.EVIDENCE_OBJECT_CLOSURE: 'evidence_subset_closure',
M.IS_DEFINED_BY: 'assigned_by'
Expand Down

0 comments on commit 3e771af

Please sign in to comment.