Skip to content

Commit 8949ad1

Browse files
committed
Fix link to Ktreedist webpage
1 parent 10f6579 commit 8949ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/EnsEMBL/Web/Component/Gene/ComparaTree.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ sub content {
187187
);
188188
my $rank = $tree->tree->get_tagvalue('k_score_rank');
189189
my $score = $tree->tree->get_tagvalue('k_score');
190-
$text .= sprintf('<br/>This tree is the <b>n&deg;%d</b> closest to the final tree, with a K-distance of <b>%f</b>, as computed by <a href="http://molevol.cmima.csic.es/castresana/Ktreedist.html">Ktreedist</a>.', $rank, $score) if $rank;
190+
$text .= sprintf('<br/>This tree is the <b>n&deg;%d</b> closest to the final tree, with a K-distance of <b>%f</b>, as computed by <a href="https://www.biologiaevolutiva.org/jcastresana/Ktreedist.html">Ktreedist</a>.', $rank, $score) if $rank;
191191
$html .= $self->_info('Phylogenetic model selection', $text);
192192
}
193193
}

0 commit comments

Comments
 (0)