Browse Source

Added BLAST database path

E.Cannon 9 years ago
parent
commit
2174700c9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      theme/node--blastdb.tpl.php

+ 1 - 0
theme/node--blastdb.tpl.php

@@ -97,6 +97,7 @@
 
     <table>
       <tr><th>Human-Readable Name</th><td><?php print $node->db_name; ?></td></tr>
+      <tr><th>Database Path</th><td><?php print $node->db_path; ?></td></tr>
       <tr><th>Database Type</th><td><?php print $node->db_dbtype; ?></td></tr>
     </table>