bcftools-merge is used to merge VCF files into a singe VCF.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 397B

5 lat temu
4 lat temu
5 lat temu
4 lat temu
1234567891011121314151617
  1. #### Usage
  2. $ open-choppy-env
  3. $ choppy install YaqingLiu/bcftools
  4. #### Input File
  5. Input file should be in the form of json.
  6. For example:
  7. ```
  8. {
  9. "vcf": [
  10. "oss://choppy-cromwell-result/test-choppy/..._pon.vcf",
  11. "oss://choppy-cromwell-result/test-choppy/..._pon.vcf",
  12. "oss://choppy-cromwell-result/test-choppy/..._pon.vcf"
  13. ],
  14. "sample_id": "somatic_normal"
  15. }
  16. ```