Skip to content

Commit 917f6c7

Browse files
committed
v3.4.2
1 parent 98031d3 commit 917f6c7

File tree

104 files changed

+1707
-1524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1707
-1524
lines changed

doc/Release.html

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
There have been many improvements, but the following provides some recent critical points.
1515
<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.
1818
<tr><td><a href=#v335>v3.3.5</a><td>04-Nov-21<td><ttp>viewSingle</ttp><td>log2FC TPM analysis
1919
<tr><td><a href=#v334>v3.3.4</a><td>18-Oct-21<td><ttp>runSingle</ttp><td><ttl>ORF finder</ttl> improvements
2020
<tr><td><a href=#v331>v3.3.1</a><td>01-Sep-21<td><ttp>runSingle</ttp><td> Add Prune Hits algorithm
@@ -27,6 +27,56 @@
2727
<tr><td><a href=#early>Earlier</a><td>2020<td>&nbsp;<td>&nbsp;
2828
</table>
2929

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&gt;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 &lt;project name&gt; -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 &gt;= 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+
3080
<a name=v341>
3181
<h4>v3.4.1 22-Jan-2022</h4>
3282

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<td>Multiple species - Building a comparison database from single TCW databases
3030

3131
<tr> <td>&nbsp;&nbsp;<td><ttp>viewSingleTCW</ttp> and <ttp>viewMultiTCW</ttp></td>
32-
<td>Viewing results - the user manual is built into the programs Help pages;
32+
<td>Viewing results - each panel has its own <ttl>Help</ttl>;
3333
also see
3434
<a href="./tour/viewSingle/index.html">Single Tour</a> and
3535
<a href="./tour/viewMulti/index.html">Multi Tour</a>.

doc/mtcw/UserGuide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2>Running the Demo</h2>
171171
</ol>
172172
<li><ttc>Add GOs</ttc> can be run anytime after the <ttc>Build Database</ttc>
173173
</ol>
174-
The overview will look similar to this <a href=../ov/mDemo.html class="ext" target="_blank">Overview</a>
174+
<p>&#x2192<b><i>Overview</i></b>: The overview will look similar to this <a href=../ov/mDemo.html class="ext" target="_blank">Overview</a>
175175
(counts may vary slightly).
176176
<p>In this example, the <ttp>orthoMCL</ttp> method was run on a machine that had DBD::mysql installed, and the output file
177177
was transferred to a machine without DBD:mysql installed, and added as an "User Defined" method.

doc/mtcw/img/hitSettings.png

1.73 KB
Loading

doc/mtcw/img/methodBB.png

-555 Bytes
Loading

doc/mtcw/img/methodCL.png

-396 Bytes
Loading

doc/mtcw/img/methodHT.png

-943 Bytes
Loading

doc/mtcw/img/methodOL.png

-472 Bytes
Loading

doc/mtcw/img/methodUD.png

261 Bytes
Loading

doc/mtcw/img/stats.png

-2.27 KB
Loading

0 commit comments

Comments
 (0)