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 vuotta sitten
tasks fix bug 4 vuotta sitten
.DS_Store first commit 5 vuotta sitten
LICENSE.md first commit 5 vuotta sitten
README.md test input 4 vuotta sitten
defaults fix bug 4 vuotta sitten
inputs test input 4 vuotta sitten
workflow.wdl fix bug 4 vuotta sitten

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