ソースを参照

[Fix Bug] The name of the report file is wrong.

tags/v0.1.4
YJC 3年前
コミット
8f9e6b3e8c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/tservice/plugins/quartet_rnaseq_report.clj

+ 1
- 1
src/tservice/plugins/quartet_rnaseq_report.clj ファイルの表示

@@ -85,7 +85,7 @@
:params-schema quartet-rna-report-params-body
:handler (fn [{:keys [name description filepath metadata] :as payload}]
(let [workdir (ff/get-workdir)
report-file (fs-lib/join-paths workdir "multireport.html")
report-file (fs-lib/join-paths workdir "multiqc_report.html")
log-path (fs-lib/join-paths workdir "log")
response {:report report-file
:log log-path

読み込み中…
キャンセル
保存