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.

README.md 397B

il y a 5 ans
il y a 4 ans
il y a 5 ans
il y a 4 ans
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. ```