Second round, clean up http:// links with {{ site.url }}
This commit is contained in:
parent
788e4609f6
commit
a6570a4144
122 changed files with 278 additions and 278 deletions
|
@ -21,7 +21,7 @@ As people who read my science-related posts know already, I'm not a big fan of {
|
|||
I use TMeV mostly because I didn't find any other implementation of the hierarchical clustering algorithm with support trees. However, I've stumbled upon a very annoying bug in the most recent version. Normally I use average linkage clustering and as the distance metric I employ the Pearson's correlation, and with gene and sample bootstrapping: with certain files this makes TMeV report errors at random during the iterations.
|
||||
|
||||
<!-- more -->
|
||||
[](http://www.dennogumi.org/images/2007/11/tmev.png)What you see on the left is the "error" that TMeV gives. As you can see, it is all but informative. Digging a bit, it shows that Java throws an ArrayIndexOutOfBoundsException, but I wonder how, since this happens with different data files that have nothing in common at all.
|
||||
[]({{ site.url }}/images/2007/11/tmev.png)What you see on the left is the "error" that TMeV gives. As you can see, it is all but informative. Digging a bit, it shows that Java throws an ArrayIndexOutOfBoundsException, but I wonder how, since this happens with different data files that have nothing in common at all.
|
||||
|
||||
Since I don't want to pass for someone who just whines, I contacted the MeV developers and offered to give also example files, but I've got no response at all. Luckily, the older version of MeV (3.1) is still around and works.
|
||||
|
||||
|
|
Reference in a new issue