ソースを参照

Added temporary instruction to fix hard-coded path in blast_ui-config.js

E.Cannon 8 年 前
コミット
5257c9c640
1 ファイル変更6 行追加0 行削除
  1. 6 0
      theme/blast_help.tpl.php

+ 6 - 0
theme/blast_help.tpl.php

@@ -127,6 +127,12 @@ a genome image. The process is as follows:
     provides information for whole genome visualization for each genome BLAST target.
     provides information for whole genome visualization for each genome BLAST target.
     <b>Make sure the config file can be edited by your web server.</b>
     <b>Make sure the config file can be edited by your web server.</b>
   </li>
   </li>
+  <li>
+    <i>(This step will be removed when the CViTjs code is repaired -03/06/18)</i>
+    There is a hard-coded path in the CViTjs file js/lib/require/blast_ui-config.js.
+    Set this line to the correct path for your server:
+    <pre>baseUrl: '../../sites/all/modules/blast_ui/js/cvitjs/js/lib',</pre>
+  </li>
   <li>
   <li>
     Enable CViTjs from the BLAST module administration page and provide the path to the
     Enable CViTjs from the BLAST module administration page and provide the path to the
     root directory for the CViTjs code relative to this module. For example, 
     root directory for the CViTjs code relative to this module. For example,