Skip to content
Snippets Groups Projects
Commit 9ee83616 authored by Anthony Bretaudeau's avatar Anthony Bretaudeau
Browse files

stupid

parent 99be0725
No related branches found
No related tags found
No related merge requests found
......@@ -393,10 +393,10 @@
}
if ($an->human_kind == 'structural') {
print "<p class=\"sub_analysis\"><b>" .$an->feature_count . "</b> features";
print "<p class=\"sub_analysis\"><b>" .$an->feature_count . "</b> genes";
}
else {
print "<p class=\"sub_analysis\"><b>" .$an->feature_count . "</b> genes";
print "<p class=\"sub_analysis\"><b>" .$an->feature_count . "</b> features";
}
print ", performed on <b>".explode(' ', $an->timeexecuted)[0]."</b></p>";
?>
......@@ -440,10 +440,10 @@
}
if ($an2->human_kind == 'structural') {
print "<p class=\"sub_analysis\"><b>" .$an2->feature_count . "</b> features";
print "<p class=\"sub_analysis\"><b>" .$an2->feature_count . "</b> genes";
}
else {
print "<p class=\"sub_analysis\"><b>" .$an2->feature_count . "</b> genes";
print "<p class=\"sub_analysis\"><b>" .$an2->feature_count . "</b> features";
}
print ", performed on <b>".explode(' ', $an2->timeexecuted)[0]."</b></p>";
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment