瀏覽代碼

added link to GFF file

Robb, Sofia 8 年之前
父節點
當前提交
ae29adc97a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      theme/blast_report.tpl.php

+ 2 - 1
theme/blast_report.tpl.php

@@ -68,7 +68,8 @@ $no_hits = TRUE;
   <div class="blast-download-info"><strong>Download</strong>:
     <a href="<?php print '../../' . $blast_job->files->result->html; ?>">Alignment</a>,
     <a href="<?php print '../../' . $blast_job->files->result->tsv; ?>">Tab-Delimited</a>,
-    <a href="<?php print '../../' . $blast_job->files->result->xml; ?>">XML</a>
+    <a href="<?php print '../../' . $blast_job->files->result->xml; ?>">XML</a>,
+    <a href="<?php print '../../' . $blast_job->files->result->gff; ?>">GFF</a>
   </div>
 <?php endif; ?>
   <br />