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"
}