|
55 | 55 |
|
56 | 56 | <tr><td style='vertical-align: top; text-align: left; padding:15px;'> |
57 | 57 | <!---- START BODY --> |
58 | | -For existing databases, there are no database or build changes since <a href="#v560">v5.6.0</a>. |
59 | | -<br>You must have Java v17.0.11 or later, starting with SyMAP v5.5.0. |
| 58 | +For existing databases, there are no database or build changes since <a href="#v575">v5.7.5</a> for self-synteny and <a href="#v560">v5.6.0</a> for all other inputs. |
| 59 | +You must have Java v17.0.11 or later, starting with SyMAP v5.5.0. |
60 | 60 |
|
61 | 61 | <h3>Summary of recent major releases</h3> |
62 | 62 | <table> |
63 | | -<tr><td><a href="#v572">v5.7.2</a><td>(2-Sept-25)<td>Improved synteny algorithm using <ttx>Strict</ttx> option. |
64 | | -<tr><td><a href="#v560">v5.6.0</a><td>(23-Jan-25)<td>Improve <ttx>Cluster Hit</ttx> algorithm <ttx>Algo2</ttx>, |
| 63 | +<tr><td><a href="#v572">v5.7.5</a><td>(15-Oct-25)<td>Self-synteny has almost complete support. |
| 64 | +<tr><td><a href="#v572">v5.7.2</a><td>(02-Sep-25)<td>Improve synteny algorithm using new <ttx>Strict</ttx> option. |
| 65 | +<tr><td><a href="#v560">v5.6.0</a><td>(23-Jan-25)<td>New <ttx>Cluster Hit</ttx> algorithm <ttx>Algo2</ttx>, |
65 | 66 | which is aware of the exon-intron structure. |
66 | | -<tr><td><a href="#v557">v5.5.7</a><td>(8-Aug-24)<td>Add <ttl>xToSymap</ttl> and improve ease of input. |
| 67 | +<tr><td><a href="#v557">v5.5.7</a><td>(08-Aug-24)<td>Add <ttl>xToSymap</ttl> and improve ease of input. |
67 | 68 | <tr><td><a href="#v556">v5.5.6</a><td>(14-July-24)<td>Improved the collinear set algorithm. |
68 | | -<tr><td><a href="#v540">v5.4.0</a><td>(6-Apr-23)<td>Improved <ttx>Cluster Hit</ttx> algorithm <ttx>Algo1</ttx> for the detection of gene homology. |
| 69 | +<tr><td><a href="#v540">v5.4.0</a><td>(06-Apr-23)<td>Improved <ttx>Cluster Hit</ttx> algorithm <ttx>Algo1</ttx> for the detection of gene homology. |
69 | 70 | </table> |
70 | 71 |
|
| 72 | +<a id="v575"></a> |
| 73 | +<h3>Release: v5.7.5 (25-Oct-25)</h3> |
| 74 | +<i>Self-synteny</i>: This release has updated algorithms and <ttp>Queries</ttp> works for self-synteny (see <a href="UserGuide.html#self" target="_blank" class="ext">Self-synteny</a>). |
| 75 | +<p>For existing self-synteny databases: Re-run the full <ttp>A&S</ttp> algorithm. |
| 76 | +<p> |
| 77 | +<ul> |
| 78 | +<li>Self-synteny algorithm and display. In summary, the updates are: |
| 79 | +<ttp>Queries</ttp> works for self-synteny, the summaries are all correct now, the <ttx>Block#</ttx> and <ttx>Hit#</ttx> |
| 80 | +are consistent now, and a few tiny display bug fixes. For more detail: |
| 81 | +<ul> |
| 82 | +<li>Algorithm: |
| 83 | +<ul> |
| 84 | +<li>Due to internal changes, the results may not be exactly the same but only on small 'iffy' blocks, e.g. |
| 85 | +the demo self-synteny is different, but all the blocks were iffy to start with. |
| 86 | +<li>The numbering of blocks and hits will be different. |
| 87 | +<li>The self-chromsomes no longer have hits representing the diagonal which reduces the number of hits. However, |
| 88 | +the diagonal is still shown on the <ttp>Dotplot</ttp>. |
| 89 | +<li><ttx>NumHits</ttx> (<ttp>Query</ttp> <ttl>Single</ttl> column) now includes self-synteny hits. |
| 90 | +<li><ttx>Collinear sets</ttx> results were not very useable because it did not mirror sets or work for |
| 91 | +self-chromosomes; both of these issues have been fixed. |
| 92 | +</ul> |
| 93 | +<li><ttx>Block#</ttx> of mirrored blocks (same above and below the diagonal) now have the same number; |
| 94 | +this is most obvious in <ttp>Dotplot</ttp>. |
| 95 | +<li><ttx>Hit#</ttx> two mirrored hits now have the same number; this is most obvious in <ttp>2D</ttp>. |
| 96 | +<li><ttp>2D</ttp>: The following are fixed: For the <ttl>Sequence Filter</ttl>, the <ttx>Gene# Hit</ttx> did not work. |
| 97 | +For the hit popup, when the two chromsomes were the same, a 2g hit would show the same |
| 98 | +gene for both ends of hit. |
| 99 | +<li><ttp>Reports...</ttp>: both <ttl>Summary</ttl> and <ttl>Block Report</ttl> only report |
| 100 | +blocks and hits for one side of the diagonal (they no longer double the blocks and hits). |
| 101 | +<li><ttp>Query</ttp>: Now works for self-synteny with a few exceptions (see <a href="UserGuide.html#self" target="_blank" class="ext">Self-synteny</a>). |
| 102 | +</ul> |
| 103 | + |
| 104 | +<li><ttp>Reports:</ttp> |
| 105 | +<ul><li>The <tt>Species</tt> columns have been removed and the name is now |
| 106 | +over species specific columns. See <a href="UserGuide.html#breport" target="_blank" class="ext">Report</a>. |
| 107 | +</ul> |
| 108 | +<li>Small things: |
| 109 | +<ul> |
| 110 | +<li><ttp>Project Manager</ttp>: |
| 111 | +<ul> |
| 112 | +<li>All computations that read files sorts them before processing; this is not necessary, but more logical for the output. |
| 113 | +For <ttx>Cluster Algo1</ttx>, this can slightly change the hits found. |
| 114 | +<li>If only one project is selected, the <ttx>Selected Pair</ttx> cell will be shown as selected. |
| 115 | +<li>The lower <ttl>All Pairs</ttl> is now <ttl>All ✓ Pairs</ttl>. |
| 116 | +<li><ttl>Verbose</ttl> did not work for the synteny algorithm if not set the first time |
| 117 | +it was run. |
| 118 | +<li><ttl>Pseudo Genes</ttl> uses <ttx>Directory</ttx> name in comment instead of <ttx>Abbreviation</ttx> since it does not change. |
| 119 | +<li><ttx>Align PROmer</ttx> or <ttx>Align NUCmer</ttx> have been added to the <ttp>Summary</ttp>. |
| 120 | +</ul> |
| 121 | +<li><ttp>2D</ttp>: <ttl>Sequence Filter</ttl> has a few labels changed and re-ordered. |
| 122 | +<li><ttp>Queries</ttp>: The number of blocks and collinear sets was wrong, plus unclear what the numbers were. |
| 123 | +Also, it did not work right if there was two abbreviations the same; now it warns the user. |
| 124 | +</ul> |
| 125 | +<li><small>Developers:</small> |
| 126 | +<ul> |
| 127 | +<li><small>AnchorMain1 self-synteny save to database methods have been re-written to not be |
| 128 | +dependent on the exact Schema. The diagonal hits are no longer loaded in database as they are only used |
| 129 | +in the Dotplot, which creates the diagonal on the fly. The <tt>stddev</tt> database column was removed and some columns moved around. |
| 130 | +Remove <tt>AnchorMain1.BinStats.java</tt></small>. |
| 131 | +</ul> |
| 132 | +</ul> |
| 133 | + |
71 | 134 | <a id="v574"></a> |
72 | 135 | <h3>Release: v5.7.4 (30-Sept-25)</h3> |
73 | 136 | Small <ttp>Synteny</ttp> <ttx>Strict</ttx> and interface improvements. |
@@ -310,7 +373,6 @@ <h3>Release: v5.6.7 (22-May-25)</h3> |
310 | 373 | Any java file I looked at, I took out old CASddd comments.</small> |
311 | 374 | </ul> |
312 | 375 |
|
313 | | - |
314 | 376 | <a id="v566"></a> |
315 | 377 | <h3>Release: v5.6.6 (6-May-25)</h3> |
316 | 378 | The MacOS M4 silicon executables have been added to the <tt>/ext</tt> directory. |
@@ -2132,8 +2194,7 @@ <h3>Release: v5.1.1 (31July22)</h3> |
2132 | 2194 | <li>Scripts: |
2133 | 2195 | <ul> |
2134 | 2196 | <li>The <tt>symap</tt> and <tt>viewSymap</tt> scripts have been changed from Perl to shell. |
2135 | | -<li>The <tt>viewSymap3D</tt> script has been removed, but the <a href="./3D.html" class="ext" target="_blank">3D</a> documentation explains |
2136 | | -how you could recreate the 3D view. |
| 2197 | +<li>The <tt>viewSymap3D</tt> script has been removed; 3D is no longer available. |
2137 | 2198 | </ul> |
2138 | 2199 | <li>Data directory |
2139 | 2200 | <ul> |
|
0 commit comments