bcftools-merge is used to merge VCF files into a singe VCF.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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"
}