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 години
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"
}