bcftools-merge is used to merge VCF files into a singe VCF.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
YaqingLiu 3ad726fb45 test input 4 年前
tasks fix bug 4 年前
.DS_Store first commit 5 年前
LICENSE.md first commit 5 年前
README.md test input 4 年前
defaults fix bug 4 年前
inputs test input 4 年前
workflow.wdl fix bug 4 年前

README.md

Usage

$ open-choppy-env $ choppy install YaqingLiu/bcftools

Input File

Input file should be in the form of json. For example:

{
	"vcf": [
          "oss://choppy-cromwell-result/test-choppy/..._pon.vcf",
          "oss://choppy-cromwell-result/test-choppy/..._pon.vcf",
          "oss://choppy-cromwell-result/test-choppy/..._pon.vcf"
        ],
	"sample_id": "somatic_normal"
}