bcftools-merge is used to merge VCF files into a singe VCF.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
YaqingLiu 3ad726fb45 test input il y a 4 ans
tasks fix bug il y a 4 ans
.DS_Store first commit il y a 5 ans
LICENSE.md first commit il y a 5 ans
README.md test input il y a 4 ans
defaults fix bug il y a 4 ans
inputs test input il y a 4 ans
workflow.wdl fix bug il y a 4 ans

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