소스 검색

Added BLAST database path

E.Cannon 9 년 전
부모
커밋
2174700c9d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>