bcftools-merge is used to merge VCF files into a singe VCF.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
YaqingLiu 3ad726fb45 test input 4 lat temu
tasks fix bug 4 lat temu
.DS_Store first commit 5 lat temu
LICENSE.md first commit 5 lat temu
README.md test input 4 lat temu
defaults fix bug 4 lat temu
inputs test input 4 lat temu
workflow.wdl fix bug 4 lat temu

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