Skip to content

Commit

Permalink
entity class config for chembl is now hard coded to 'drug' as it may …
Browse files Browse the repository at this point in the history
…be necessary to use this autocurator when the CHEMBL parser isn't loaded (e.g in OT_MOLECULE)
  • Loading branch information
RichJackson committed Jul 8, 2024
1 parent 2de8145 commit a23965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kazu/conf/autocurator/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ chembl:
_target_: kazu.ontology_preprocessing.autocuration.AutoCurator
actions:
- _target_: kazu.ontology_preprocessing.autocuration.SymbolicToCaseSensitiveAction
entity_class: ${ontologies.parsers.chembl_parser.entity_class}
entity_class: 'drug'
- _target_: kazu.ontology_preprocessing.autocuration.LikelyAcronym
- _target_: kazu.ontology_preprocessing.autocuration.IsCommmonWord
path: ${oc.env:KAZU_MODEL_PACK}/misc/20k_most_common.txt
Expand Down

0 comments on commit a23965b

Please sign in to comment.