Skip to content

Commit

Permalink
allow sgd to be 25 percent of original to pass IBA reduction; for #2371
Browse files Browse the repository at this point in the history
kltm committed Oct 7, 2024
1 parent c426976 commit 751ca3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/sanity-check-ann-report.py
Original file line number Diff line number Diff line change
@@ -264,7 +264,8 @@ def main():
"goa_chicken_isoform": 0.3,
"goa_pig_isoform": 0.3,
"aspgd": 0.1,
"ecocyc": 0.3
"ecocyc": 0.3,
"sgd": 0.25
}
if severe_line_reduction_test(aid, reduction_threshold, count_gaf_prod, count_gaf_src, small_file_size):
## Probably temporary bypass of the fact that ecocyc is not really

0 comments on commit 751ca3f

Please sign in to comment.