We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48d9a5 commit dfd238aCopy full SHA for dfd238a
1 file changed
portal-backend/depmap/compound/views/executive.py
@@ -313,8 +313,7 @@ def format_availability_tile(compound: Compound):
313
feature_data = df.loc[compound.label]
314
cell_line_count = feature_data.dropna().size
315
316
- dataset_url = get_download_url(dataset.taiga_id) # TODO: this does not seem to be working for bb datasets
317
- # TODO: see if there's a bb-friendly way to do this
+ dataset_url = get_download_url(dataset.taiga_id)
318
results.append(
319
{
320
"dataset_name": dataset_config.label,
0 commit comments