Skip to content

Commit

Permalink
adding dataset to return of not found dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jul 10, 2024
1 parent 55e1475 commit cf05b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/db/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_variants_of_dataset(entry_id: Optional[str], qparams: RequestParams, dat
i=1
else:
schema = DefaultSchemas.GENOMICVARIATIONS
return schema, 0, -1, None
return schema, 0, -1, None, dataset
query = apply_filters(query_count, qparams.query.filters, collection, {})
schema = DefaultSchemas.GENOMICVARIATIONS
with open("/beacon/beacon/request/datasets.yml", 'r') as datasets_file:
Expand Down

0 comments on commit cf05b4f

Please sign in to comment.