소스 검색

[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

Loading…
취소
저장