From 50d2a8115ff895aedfab43190419a19ce31bd979 Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Wed, 29 Jan 2025 10:06:13 -0800 Subject: [PATCH] loosen japonicusdb level for not passing sanity check; for geneontology/pipeline#409 --- scripts/sanity-check-ann-report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/sanity-check-ann-report.py b/scripts/sanity-check-ann-report.py index 93e68cfc..9372bc30 100644 --- a/scripts/sanity-check-ann-report.py +++ b/scripts/sanity-check-ann-report.py @@ -265,6 +265,7 @@ def main(): "goa_pig_isoform": 0.3, "aspgd": 0.1, "ecocyc": 0.3, + "japonicusdb", 0.25, "sgd": 0.25 } if severe_line_reduction_test(aid, reduction_threshold, count_gaf_prod, count_gaf_src, small_file_size):