dnanexus / dx-toolkit

DNAnexus platform client libraries
http://autodoc.dnanexus.com/
Apache License 2.0
90 stars 85 forks source link

SCIPROD-2031 [GENOMOD] pretty print example filer JSON #1358

Closed mstevuliak-dx closed 5 months ago

mstevuliak-dx commented 5 months ago

removing # from --json-help text:

# Example using location:
# {
#   "sample_id": ["s1", "s2"],
#   "location": [
#     {
#       "chromosome": "1",
#       "starting_position": "10000"
#     },
#     {
#       "chromosome": "X",
#       "starting_position": "500"
#     }
#   ],
#   "genotype_type": ["ref", "het-ref", "hom", "het-alt", "half", "no-call"]
# }
#
# Example using allele_id:
{
  "sample_id": ["s1", "s2"],
  "allele_id": ["1_1000_A_T","2_1000_G_C"],
  "genotype_type": ["het-ref", "hom", "het-alt", "half"]
}