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.

hace 5 años
hace 4 años
hace 5 años
hace 4 años
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. ```