Jelajahi Sumber

Added GO links to Amigo in template

stephen 13 tahun lalu
induk
melakukan
2887ba7b21

+ 1 - 1
extensions/tripal_analysis_go/theme/tripal_feature/tripal_feature_go_terms.tpl.php

@@ -22,7 +22,7 @@ $terms = $feature->tripal_analysis_go->terms;
       ?>
       <tr class="<?php print $class ?>">
         <td><?php print $term->cvname ?></td>
-        <td>GO:<?php print $term->accession?></td>
+        <td><a href="http://amigo.geneontology.org/cgi-bin/amigo/term_details?term=GO:<?php print $term->accession ?>"  target="_go">GO:<?php print $term->accession?></a></td>
         <td><span title="<?php print $term->definition ?>"><?php print $term->goterm ?></span></td>
       </tr>
       <?php