Skip to content

Commit

Permalink
using IC for WB descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
valearna committed May 22, 2019
1 parent de65340 commit b7ec086
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wormbase/config_wb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ go_sentences_options:
remove_parents_if_children_are_present: true
remove_children_if_parent_is_present: false
trim_terms_by_common_ancestors: true
trimming_algorithm: naive
trimming_algorithm: ic
max_num_terms: 3
trim_min_distance_from_root:
F: 3
Expand Down Expand Up @@ -406,7 +406,7 @@ do_exp_sentences_options:
remove_parents_if_children_are_present: true
remove_children_if_parent_is_present: false
trim_terms_by_common_ancestors: true
trimming_algorithm: naive
trimming_algorithm: ic
max_num_terms: 3
trim_min_distance_from_root:
D: 4
Expand Down Expand Up @@ -440,7 +440,7 @@ do_biomarker_sentences_options:
remove_parents_if_children_are_present: true
remove_children_if_parent_is_present: false
trim_terms_by_common_ancestors: true
trimming_algorithm: naive
trimming_algorithm: ic
max_num_terms: 3
trim_min_distance_from_root:
D: 4
Expand Down Expand Up @@ -486,7 +486,7 @@ do_via_orth_sentences_options:
remove_parents_if_children_are_present: true
remove_children_if_parent_is_present: false
trim_terms_by_common_ancestors: true
trimming_algorithm: naive
trimming_algorithm: ic
max_num_terms: 3
trim_min_distance_from_root:
D: 4
Expand Down Expand Up @@ -532,7 +532,7 @@ expression_sentences_options:
remove_parents_if_children_are_present: false
remove_children_if_parent_is_present: true
trim_terms_by_common_ancestors: true
trimming_algorithm: naive
trimming_algorithm: ic
max_num_terms: 5
trim_min_distance_from_root:
A: 3
Expand Down

0 comments on commit b7ec086

Please sign in to comment.