Skip to content

Commit

Permalink
attempt at at least loading and displaying taxon information in the o…
Browse files Browse the repository at this point in the history
…ntology document type--see if it works; work on #56
  • Loading branch information
kltm committed Dec 2, 2015
1 parent 39e6e50 commit 95a9e1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions metadata/ont-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ display_name: Ontology
document_category: ontology_class
weight: 40
boost_weights: annotation_class^3.0 annotation_class_label^5.5 description^1.0 comment^0.5 synonym^1.0 alternate_id^1.0 regulates_closure^1.0 regulates_closure_label^1.0
result_weights: annotation_class^8.0 description^6.0 source^4.0 synonym^3.0 alternate_id^2.0
filter_weights: source^4.0 subset^3.0 regulates_closure_label^1.0 is_obsolete^0.0
result_weights: annotation_class^8.0 description^6.0 source^4.0 synonym^3.0 alternate_id^2.0 only_in_taxon^1.0
filter_weights: source^4.0 subset^3.0 regulates_closure_label^1.0 only_in_taxon_closure_label^0.5 is_obsolete^0.0
fields:
- id: id
description: Term identifier.
Expand Down Expand Up @@ -180,26 +180,26 @@ fields:
description: "Only in taxon."
display_name: Only in taxon
type: string
property: [getDummyString]
property: [getOnlyInTaxon]
searchable: true
- id: only_in_taxon_label
description: "Only in taxon label."
display_name: Only in taxon
type: string
property: [getDummyString]
property: [getOnlyInTaxonLabels]
searchable: true
- id: only_in_taxon_closure
description: "Only in taxon closure."
display_name: Only in taxon (IDs)
type: string
cardinality: multi
property: [getDummyStrings]
property: [getOnlyInTaxonClosure]
- id: only_in_taxon_closure_label
description: "Only in taxon label closure."
display_name: Only in taxon
type: string
cardinality: multi
property: [getDummyStrings]
property: [getOnlyInTaxonClosureLabels]
searchable: true
## TODO/BUG: These are currently populated by junk functions.
## Next items are defined in https://github.com/geneontology/amigo/issues/249
Expand Down

0 comments on commit 95a9e1a

Please sign in to comment.