From b7ec0862bc651ac6cd1c76d14af4c37b0fb2da55 Mon Sep 17 00:00:00 2001 From: Valerio Arnaboldi Date: Wed, 22 May 2019 11:23:18 -0700 Subject: [PATCH] using IC for WB descriptions --- wormbase/config_wb.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wormbase/config_wb.yml b/wormbase/config_wb.yml index a28b1a6..443bcf8 100644 --- a/wormbase/config_wb.yml +++ b/wormbase/config_wb.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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