浏览代码

update README

master
YaqingLiu 3 年前
父节点
当前提交
024d9b4281
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. +4
    -5
      README.md

+ 4
- 5
README.md 查看文件

@@ -3,18 +3,17 @@
This APP developed for germline and somatic short variant discovery (SNVs + Indels).

**Accepted data**
* TN matched WES for somatic variant calling
* TN matched WGS for somatic variant calling
* Normal-only WES for germline variant calling
* Normal-only WGS for germline variant calling
* TN matched or tumor-only WES/WGS for somatic variant calling
* Normal-only WES/WGS for germline variant calling

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


**Supported variant callers and annotation tools**

* Variant calling: `haplotyper` (germline); `tnseq`, `tnscope`, `varscan` (somatic).
* Variant calling: `haplotyper`, `pindel` (germline); `tnseq`, `tnscope`, `varscan` (somatic; `varscan` don't support the variant calling of tumor-only data).
* Annotation: `annovar`, `vep`.

* The above tools are <u>**not activated by default**</u>, which means the default setting is `false`. You need to manually set the caller to `true` in the submitted sample.csv.

### New Releases

正在加载...
取消
保存