File tree Expand file tree Collapse file tree
biojava-structure-gui/src/main/java/demo
biojava-structure/src/main/java
org/biojava/nbio/structure/symmetry/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public static void main(String[] args)
5151 */
5252
5353 //Set the name of the protein structure to analyze
54- String name = "4i4q " ;
54+ String name = "1u6d " ;
5555
5656 //Download the atoms
5757 AtomCache cache = new AtomCache ();
@@ -66,7 +66,7 @@ public static void main(String[] args)
6666 params .setSymmType (SymmetryType .AUTO );
6767 params .setOptimization (true );
6868 params .setSymmLevels (0 );
69- params .setSSEThreshold (1 );
69+ params .setSSEThreshold (2 );
7070
7171 //Run the alignment
7272 MultipleAlignment symmetry = ceSymm .analyze (atoms , params );
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ public static void main(String[] args)
6969 params .setSymmType (SymmetryType .AUTO );
7070 params .setOptimization (true );
7171 params .setSymmLevels (0 );
72+ params .setSSEThreshold (2 );
7273
7374 //Run the alignment
7475 MultipleAlignment symmetry = ceSymm .analyze (atoms , params );
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public void reset() {
111111 rndSeed = new Random ().nextInt (10000 );
112112 symmLevels = 0 ;
113113 scoreThreshold = DEFAULT_SYMMETRY_THRESHOLD ;
114- sseThreshold = 1 ;
114+ sseThreshold = 2 ;
115115 minCoreLength = 15 ;
116116 distanceCutoff = 7.0 ;
117117 gaps = true ;
You can’t perform that action at this time.
0 commit comments