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

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