bcftools-merge is used to merge VCF files into a singe VCF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YaqingLiu 3ad726fb45 test input 4 yıl önce
tasks fix bug 4 yıl önce
.DS_Store first commit 5 yıl önce
LICENSE.md first commit 5 yıl önce
README.md test input 4 yıl önce
defaults fix bug 4 yıl önce
inputs test input 4 yıl önce
workflow.wdl fix bug 4 yıl önce

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