浏览代码

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 查看文件

The datatype is judged by whether the bed file is set (i.e. the `regions` in inputs). The datatype is judged by whether the bed file is set (i.e. the `regions` in inputs).


### New Releases ### 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 `corealigner` step has been removed.
* The `vcf2maf` step has been removed. Thus, the final output is the annotated `VCF`. * 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 ### Getting Started



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

nt=$(nproc) nt=$(nproc)
if [ ${regions} ]; then if [ ${regions} ]; then
INTERVAL="--interval_list ${regions}"
INTERVAL="--interval ${regions}"
else else
INTERVAL="" INTERVAL=""
fi fi

正在加载...
取消
保存