Skip to content

Commit 79aac56

Browse files
committed
update RDS thresholds to new database
1 parent cff6af0 commit 79aac56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platon/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
MIN_CONTIG_LENGTH = 1000
55
MAX_CONTIG_LENGTH = 500000
66
MIN_PROTEIN_IDENTITY = 90.0
7-
RDS_SENSITIVITY_THRESHOLD = -7.7 # sensitivity => 95 %
8-
RDS_CONSERVATIVE_THRESHOLD = 0.1 # (-0.9) specificity >= 95 %
9-
RDS_SPECIFICITY_THRESHOLD = 0.4 # (-0.5) specificity >= 99.9 %
7+
RDS_SENSITIVITY_THRESHOLD = -7.9 # sensitivity => 95 %
8+
RDS_CONSERVATIVE_THRESHOLD = 0.1 # highest accuracy
9+
RDS_SPECIFICITY_THRESHOLD = 0.7 # specificity >= 99.9 %
1010
MIN_CIRC_BASEPAIR_OVERLAP = 100
1111

1212
SPADES_CONTIG_PATTERN = re.compile(r'NODE_\d+_length_\d+_cov_(\d+\.\d+)')

0 commit comments

Comments
 (0)