Skip to content

Commit

Permalink
collusion test
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-santana committed Nov 29, 2024
1 parent ea785d3 commit 8cf9ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon/scripts/collusion_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def main():
# Try and query all the variants starting with the lower frequency ones
if variant_ids:
print(f"The genomic variants for biosampleId {individual_id} are (sorted by alleleFrequency):")
print("THE BUDGET OF THE INDIVIDUAL IS BEGIN: ", client.beacon.get_collection('budget').find_one({"individualId": individual_id})['budget'])
for vid in variant_ids:
var_count += 1
variant_doc = collection.find_one({'variantInternalId': vid})
Expand Down

0 comments on commit 8cf9ac4

Please sign in to comment.