浏览代码

[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

正在加载...
取消
保存