|
13 | 13 |
|
14 | 14 | There have been many improvements, but the following provides some recent critical points. |
15 | 15 | <table> |
16 | | -<tr><td><a href=#v341>v3.4.1</a><td>22-Jan-22<td><ttp>Assorted<td>More <ttp>viewMultiTCW</ttp> improvements |
17 | | -<tr><td><a href=#v338>v3.3.9</a><td>27-Dec-21<td><ttp><ttp>runAS</ttp></ttp><td>Improved interface for full subset UniProt; updated Demo. |
| 16 | +<tr><td><a href=#v341>v3.4.2</a><td>08-Mar-22<td><ttp>Assorted<td>Make color of buttons consistent. |
| 17 | +<tr><td><a href=#v339>v3.3.9</a><td>27-Dec-21<td><ttp><ttp>runAS</ttp></ttp><td>Improved interface for full subset UniProt; updated Demo. |
18 | 18 | <tr><td><a href=#v335>v3.3.5</a><td>04-Nov-21<td><ttp>viewSingle</ttp><td>log2FC TPM analysis |
19 | 19 | <tr><td><a href=#v334>v3.3.4</a><td>18-Oct-21<td><ttp>runSingle</ttp><td><ttl>ORF finder</ttl> improvements |
20 | 20 | <tr><td><a href=#v331>v3.3.1</a><td>01-Sep-21<td><ttp>runSingle</ttp><td> Add Prune Hits algorithm |
|
27 | 27 | <tr><td><a href=#early>Earlier</a><td>2020<td> <td> |
28 | 28 | </table> |
29 | 29 |
|
| 30 | +<a name=v342> |
| 31 | +<h4>v3.4.2 8-Mar-2022</h4> |
| 32 | +A few improvements and tiny little bug fixes. |
| 33 | +<p>General |
| 34 | +<ul> |
| 35 | +<li>Made all button colors consistent (see <a href=tour/colors.html>Colors<a>). |
| 36 | +<li>Put all Help buttons on the upper right corner. |
| 37 | +<li>Updated all documentation snapshots. |
| 38 | +</ul> |
| 39 | + |
| 40 | +<p><ttp>runSingleTCW</ttp>: |
| 41 | +<ul><li><ttl>ORF Finder</ttl> |
| 42 | +<ul> |
| 43 | +<li>A few adjustments to the heuristics for choosing largest ORF versus best Markov score |
| 44 | +when there is no good hit. |
| 45 | +<li>There will be less ORF=Hit and more ORF>Hit; |
| 46 | +this is because if a hit does not have a Start or Stop codon, more ORFs are being extended then previously. |
| 47 | +<li>Previously, if a hit ended at a Start codon but did not have a Stop, it would look upstream for the furthest |
| 48 | +5' Start. Now it uses the Start at the 5' end of the Hit. |
| 49 | +<li>A few changes to the ORF summary in <tt>anno.log</tt>. |
| 50 | +</ul> |
| 51 | +<li>Fixed slight round-off error for <ttl>Overview</ttl> ANNODB AVG %SIM. |
| 52 | +<br>To regenerate overview, execute <tt>./viewSingleTCW <project name> -o</tt>. |
| 53 | +</ul> |
| 54 | + |
| 55 | +<p><ttp>viewSingleTCW</ttp>: |
| 56 | +<ul> |
| 57 | +<li><ttl>Overview</ttl>: Improved the <ttl>Reproduce</ttl> instructions. |
| 58 | +<li><ttl>Seq Table</ttl>: If the <ttl>Markov Score</ttl> column was displayed, the |
| 59 | +<ttl>Show Column Stats</ttl> gave all 0's for its statistics. |
| 60 | +<li><ttl>Seq Details</ttl>: (1) Added Help for the <ttl>Details</ttl> panel. (2) The file append was not working. |
| 61 | +<li><ttl>Basic AnnoDB Hits</ttl>: The %HitCov value was sometimes off by 1. |
| 62 | +<li><ttl>Basic GO Annotation</ttl>: The default minumum level to show was >= 1. |
| 63 | +Level 0 is obsolete terms, which do occur, so the minimum level was changed to 0. |
| 64 | +</ul> |
| 65 | + |
| 66 | +<p><ttp>runMultiTCW</ttp>: |
| 67 | +<ul> |
| 68 | +<li>Remove '--sensitive' from the DIAMOND default parameters. |
| 69 | +<br>This makes a slight difference in the orthoMCL results, so <tt>projcmp/ex/orthoMCL.OM-4</tt> is updated. |
| 70 | +<li>The <ttc>Remove</ttc> "Clusters and Pairs" is faster. |
| 71 | +<li>For an AA-mTCW, the pairs AAlen1 and AAlen2 were getting length of 0, and now is the correct length. |
| 72 | +<li>The MSA redo had quite working in v3.1.3 and has been fixed. |
| 73 | +</ul> |
| 74 | + |
| 75 | +<p><ttp>viewMultiTCW</ttp>: |
| 76 | +<ul> |
| 77 | +<li>If a sequence had no hits, an error was written to mTCW.error.log (but it worked). |
| 78 | +</ul> |
| 79 | + |
30 | 80 | <a name=v341> |
31 | 81 | <h4>v3.4.1 22-Jan-2022</h4> |
32 | 82 |
|
|
0 commit comments