bcftools-merge is used to merge VCF files into a singe VCF.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
YaqingLiu 3ad726fb45 test input hace 4 años
tasks fix bug hace 4 años
.DS_Store first commit hace 5 años
LICENSE.md first commit hace 5 años
README.md test input hace 4 años
defaults fix bug hace 4 años
inputs test input hace 4 años
workflow.wdl fix bug hace 4 años

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