瀏覽代碼

[Fix Bug] MetQC's entrypoint is changed.

tags/v0.1.2
YJC 3 年之前
父節點
當前提交
0d78dc4f11
共有 3 個文件被更改,包括 2 次插入4 次删除
  1. +1
    -1
      project.clj
  2. +0
    -2
      resources/quartet-metqc-report/bin/metqc.sh
  3. +1
    -1
      resources/tservice-plugin.yaml

+ 1
- 1
project.clj 查看文件

@@ -1,4 +1,4 @@
(defproject tservice-plugins/quartet-metqc-report "v0.1.0"
(defproject tservice-plugins/quartet-metqc-report "v0.1.2"
:description "Visualizes Quality Control(QC) results for Quartet Project."
:url "https://github.com/tservice-plugins/quartet-metqc-report"
:license {:name "Eclipse Public License"

+ 0
- 2
resources/quartet-metqc-report/bin/metqc.sh 查看文件

@@ -100,8 +100,6 @@ run <- function() {
library(MetQC)
print("Running...")
MetQC::GetPerformance(dt.path="$DATA_FILE", metadata.path="$META_FILE", output.path="$RESULT_DIR")
MetQC::CountSNR(dt.path="$DATA_FILE", metadata.path="$META_FILE", output.path="$RESULT_DIR")
MetQC::CountCTR(dt.path="$DATA_FILE", metadata.path="$META_FILE", output.path="$RESULT_DIR")
}

run()

+ 1
- 1
resources/tservice-plugin.yaml 查看文件

@@ -1,6 +1,6 @@
info:
name: QC Report for Quartet Metabolomics
version: v0.1.1
version: v0.1.2
description: Generate the QC Report for Quartet Metabolomics data.
category: Report
home: https://github.com/tservice-plugins/quartet-metqc-report

Loading…
取消
儲存