Skip to content

Commit

Permalink
update RDS thresholds to new database
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Oct 5, 2020
1 parent cff6af0 commit 79aac56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platon/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
MIN_CONTIG_LENGTH = 1000
MAX_CONTIG_LENGTH = 500000
MIN_PROTEIN_IDENTITY = 90.0
RDS_SENSITIVITY_THRESHOLD = -7.7 # sensitivity => 95 %
RDS_CONSERVATIVE_THRESHOLD = 0.1 # (-0.9) specificity >= 95 %
RDS_SPECIFICITY_THRESHOLD = 0.4 # (-0.5) specificity >= 99.9 %
RDS_SENSITIVITY_THRESHOLD = -7.9 # sensitivity => 95 %
RDS_CONSERVATIVE_THRESHOLD = 0.1 # highest accuracy
RDS_SPECIFICITY_THRESHOLD = 0.7 # specificity >= 99.9 %
MIN_CIRC_BASEPAIR_OVERLAP = 100

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

0 comments on commit 79aac56

Please sign in to comment.