idc-index-data 20.0.3__tar.gz → 22.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/PKG-INFO +1 -1
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/assets/clinical_index.sql +1 -1
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/assets/sm_index.sql +2 -2
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/assets/sm_instance_index.sql +2 -2
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/pyproject.toml +1 -1
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/scripts/sql/idc_index.sql +2 -2
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/scripts/sql/prior_versions_index.sql +1 -1
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/tests/test_package.py +1 -1
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.git_archival.txt +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.gitattributes +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.github/CONTRIBUTING.md +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.github/dependabot.yml +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.github/matchers/pylint.json +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.github/workflows/cd.yml +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.github/workflows/ci.yml +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.github/workflows/external-indices.yml +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.github/workflows/keep-alive.yml +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.gitignore +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.pre-commit-config.yaml +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/.readthedocs.yaml +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/CMakeLists.txt +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/LICENSE +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/README.md +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/assets/README.md +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/docs/conf.py +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/docs/index.md +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/noxfile.py +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/scripts/python/generate-indices.py +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/scripts/python/idc_index_data_manager.py +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/scripts/python/update_idc_index_version.py +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/src/idc_index_data/__init__.py +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/src/idc_index_data/_version.pyi +0 -0
- {idc_index_data-20.0.3 → idc_index_data-22.0.0}/src/idc_index_data/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: idc-index-data
|
|
3
|
-
Version:
|
|
3
|
+
Version: 22.0.0
|
|
4
4
|
Summary: ImagingDataCommons index to query and download data.
|
|
5
5
|
Author-Email: Andrey Fedorov <andrey.fedorov@gmail.com>, Vamsi Thiriveedhi <vthiriveedhi@mgh.harvard.edu>, Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
|
|
6
6
|
License: Copyright 2024 Andrey Fedorov
|
|
@@ -31,7 +31,7 @@ WITH
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
FROM
|
|
34
|
-
`bigquery-public-data.
|
|
34
|
+
`bigquery-public-data.idc_v22.dicom_all` AS dicom_all
|
|
35
35
|
GROUP BY
|
|
36
36
|
SeriesInstanceUID
|
|
37
37
|
),
|
|
@@ -45,7 +45,7 @@ SpecimenPreparationSequence_unnested AS (
|
|
|
45
45
|
concept_code_sequence.CodeMeaning AS ccs_cm,
|
|
46
46
|
concept_code_sequence.CodingSchemeDesignator AS ccs_csd,
|
|
47
47
|
concept_code_sequence.CodeValue AS ccs_val,
|
|
48
|
-
FROM `bigquery-public-data.
|
|
48
|
+
FROM `bigquery-public-data.idc_v22.dicom_all`,
|
|
49
49
|
UNNEST(SpecimenDescriptionSequence[SAFE_OFFSET(0)].SpecimenPreparationSequence) as preparation_unnest_step1,
|
|
50
50
|
UNNEST(preparation_unnest_step1.SpecimenPreparationStepContentItemSequence) as preparation_unnest_step2,
|
|
51
51
|
UNNEST(preparation_unnest_step2.ConceptNameCodeSequence) as concept_name_code_sequence,
|
|
@@ -9,7 +9,7 @@ WITH
|
|
|
9
9
|
concept_code_sequence.CodingSchemeDesignator AS ccs_csd,
|
|
10
10
|
concept_code_sequence.CodeValue AS ccs_val,
|
|
11
11
|
FROM
|
|
12
|
-
`bigquery-public-data.
|
|
12
|
+
`bigquery-public-data.idc_v22.dicom_all`,
|
|
13
13
|
UNNEST(SpecimenDescriptionSequence[SAFE_OFFSET(0)].SpecimenPreparationSequence) AS preparation_unnest_step1,
|
|
14
14
|
UNNEST(preparation_unnest_step1.SpecimenPreparationStepContentItemSequence) AS preparation_unnest_step2,
|
|
15
15
|
UNNEST(preparation_unnest_step2.ConceptNameCodeSequence) AS concept_name_code_sequence,
|
|
@@ -107,7 +107,7 @@ SELECT
|
|
|
107
107
|
-- attributes needed to retrieve the selected instances/files
|
|
108
108
|
dicom_all.crdc_instance_uuid
|
|
109
109
|
FROM
|
|
110
|
-
`bigquery-public-data.
|
|
110
|
+
`bigquery-public-data.idc_v22.dicom_all` AS dicom_all
|
|
111
111
|
LEFT JOIN
|
|
112
112
|
slide_embedding
|
|
113
113
|
ON
|
|
@@ -13,7 +13,7 @@ build-backend = "scikit_build_core.build"
|
|
|
13
13
|
|
|
14
14
|
[project]
|
|
15
15
|
name = "idc-index-data"
|
|
16
|
-
version = "
|
|
16
|
+
version = "22.0.0"
|
|
17
17
|
authors = [
|
|
18
18
|
{ name = "Andrey Fedorov", email = "andrey.fedorov@gmail.com" },
|
|
19
19
|
{ name = "Vamsi Thiriveedhi", email = "vthiriveedhi@mgh.harvard.edu" },
|
|
@@ -29,9 +29,9 @@ SELECT
|
|
|
29
29
|
ANY_VALUE(CONCAT(series_aws_url,"*")) AS series_aws_url,
|
|
30
30
|
ROUND(SUM(SAFE_CAST(instance_size AS float64))/1000000, 2) AS series_size_MB,
|
|
31
31
|
FROM
|
|
32
|
-
`bigquery-public-data.
|
|
32
|
+
`bigquery-public-data.idc_v22.dicom_all` AS dicom_all
|
|
33
33
|
JOIN
|
|
34
|
-
`bigquery-public-data.
|
|
34
|
+
`bigquery-public-data.idc_v22.dicom_metadata_curated` AS dicom_curated
|
|
35
35
|
ON
|
|
36
36
|
dicom_all.SOPInstanceUID = dicom_curated.SOPInstanceUID
|
|
37
37
|
GROUP BY
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|