bcftools-merge is used to merge VCF files into a singe VCF.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
YaqingLiu 5cdf5c3329 remove threads pirms 3 gadiem
tasks remove threads pirms 3 gadiem
.DS_Store remove threads pirms 3 gadiem
LICENSE.md first commit pirms 5 gadiem
README.md Update README.md pirms 4 gadiem
defaults Add threads pirms 3 gadiem
inputs Update inputs pirms 4 gadiem
workflow.wdl Update README.md pirms 4 gadiem

README.md

Introduction

The bcftools-merge is used to merge VCF files into a singe VCF.
A common scenario is that after generating all VCF files you want to include in the panel, you can use bcftools-merge to merge them into a single Panel of Normal VCF.

Usage

# Enter the Choppy work environment
open-choppy-env
# App `bcftools-merge` should be installed for the first time
choppy install YaqingLiu/bcftools-merge
# Create input file `samples.json`
touch samples.json
# Submit your job
choppy batch YaqingLiu/bcftools-merge-latest samples.json -p project_name

Input File

Input file samples.json 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"
        ],
	"panel_id": "PON_20200923",
	"sample_id": "PON_20200923"
}

PS: sample_id is necessary for Choppy system