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