Skip to content

Commit

Permalink
Merge pull request #294 from CanDIG/daisieh/beacon-cohort
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh authored Mar 1, 2024
2 parents 407c190 + 08f597e commit c5f4b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htsget_server/beacon_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def compile_beacon_resultset(variants_by_obj, reference_genome="hg38"):
# check to see that we should be processing the actual sample data:
if is_authed:
cld['analysisId'] = drs_obj
cld['biosampleId'] = k
cld['biosampleId'] = f"{x['cohort']}~{k}"
alleles = sample['GT'].split('/')
if len(alleles) < 2:
alleles = sample['GT'].split('|')
Expand Down

0 comments on commit c5f4b33

Please sign in to comment.