git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa66665
)
JAL-4220 default threshold for including symbol in consensus is (of course) zero
author
James Procter
<j.procter@dundee.ac.uk>
Thu, 6 Jul 2023 15:01:54 +0000
(16:01 +0100)
committer
James Procter
<j.procter@dundee.ac.uk>
Thu, 6 Jul 2023 15:01:54 +0000
(16:01 +0100)
src/jalview/analysis/AAFrequency.java
patch
|
blob
|
history
diff --git
a/src/jalview/analysis/AAFrequency.java
b/src/jalview/analysis/AAFrequency.java
index
aa0deed
..
1d4c85f
100755
(executable)
--- a/
src/jalview/analysis/AAFrequency.java
+++ b/
src/jalview/analysis/AAFrequency.java
@@
-252,7
+252,7
@@
public class AAFrequency
return;
}
- float threshhold = 100;
+ float threshhold = 0;
if (consensus.getThreshold()!=null)
{
threshhold = consensus.getThreshold().value;