Skip to content

Commit f512884

Browse files
removed contraint to bmdeep collection
1 parent ffce1c3 commit f512884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analysis/ann_groups_to_bq_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
dcm_all.gcs_url
2424
FROM
2525
`bigquery-public-data.idc_current.dicom_all` AS dcm_all
26-
WHERE Modality = 'ANN' AND collection_id LIKE '%bonemarrowwsi%'
26+
WHERE Modality = 'ANN'
2727
'''
2828
MAX_WORKERS = 8
2929
BQ_DATASET = 'idc_pathology'

0 commit comments

Comments
 (0)