ソースを参照

[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

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