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

trying to add mrna<->polypeptide links

parent 1fa061b8
No related branches found
No related tags found
No related merge requests found
...@@ -109,10 +109,10 @@ $table = array( ...@@ -109,10 +109,10 @@ $table = array(
// function to generate the table. // function to generate the table.
if ($feature->type_id->name == "mRNA") { if ($feature->type_id->name == "mRNA") {
echo "<p><a href="">View corresponding polypeptide</a></p>"; echo "<p><a href=\"\">View corresponding polypeptide</a></p>";
} }
else if ($feature->type_id->name == "polypeptide") { else if ($feature->type_id->name == "polypeptide") {
echo "<p><a href="">View corresponding mRNA</a></p>"; echo "<p><a href=\"\">View corresponding mRNA</a></p>";
} }
print theme_table($table); print theme_table($table);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment