瀏覽代碼

Update: README.md

tags/v0.1.2
YaqingLiu 4 年之前
父節點
當前提交
09159a19f9
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. +2
    -1
      README.md
  2. +1
    -1
      tasks/Realigner.wdl

+ 2
- 1
README.md 查看文件

@@ -25,9 +25,10 @@ This APP developed for germline and somatic short variant discovery (SNVs + Inde
The datatype is judged by whether the bed file is set (i.e. the `regions` in inputs).

### New Releases
* The TNhaplotyper, named as TNseq in `v0.1.0`, has beed substituted by TNhaplotyper2.
* TNhaplotyper, named as TNseq in `v0.1.0`, has beed substituted by TNhaplotyper2.
* The `corealigner` step has been removed.
* The `vcf2maf` step has been removed. Thus, the final output is the annotated `VCF`.
* Some parameters' details have been changed, such as the `interval_list` has turned into `interval`.

### Getting Started


+ 1
- 1
tasks/Realigner.wdl 查看文件

@@ -23,7 +23,7 @@ task Realigner {
nt=$(nproc)
if [ ${regions} ]; then
INTERVAL="--interval_list ${regions}"
INTERVAL="--interval ${regions}"
else
INTERVAL=""
fi

Loading…
取消
儲存