nci-cidc-api-modules 1.0.12__py3-none-any.whl → 1.0.15__py3-none-any.whl

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.
@@ -473,6 +473,9 @@ assay_facets: Facets = {
473
473
  ["/ctdna/summary_plots.pdf"],
474
474
  "Plots showing Copy Number Alteration (CNA) across the whole genome for each sample for the top 2 solutions generated by ichorCNA.",
475
475
  ),
476
+ "On Premise Corrected Depth": FacetConfig(["/ctdna/OnPrem.correctedDepth.txt"]),
477
+ "On Premise Parameters": FacetConfig(["/ctdna/OnPrem.params.txt"]),
478
+ "On Premise Rdata": FacetConfig(["/ctdna/OnPrem.RData"]),
476
479
  },
477
480
  "Microbiome": {
478
481
  "Source": FacetConfig(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nci_cidc_api_modules
3
- Version: 1.0.12
3
+ Version: 1.0.15
4
4
  Summary: SQLAlchemy data models and configuration tools used in the NCI CIDC API
5
5
  Home-page: https://github.com/NCI-CIDC/cidc-api-gae
6
6
  License: MIT license
@@ -22,11 +22,11 @@ Requires-Dist: google-api-python-client ==2.64.0
22
22
  Requires-Dist: packaging >=20.0.0
23
23
  Requires-Dist: pyarrow ==14.0.1
24
24
  Requires-Dist: numpy <2,>=1.16.5
25
- Requires-Dist: pandas <2,>=1
25
+ Requires-Dist: pandas ==1.5.3
26
26
  Requires-Dist: python-dotenv ==0.10.3
27
27
  Requires-Dist: requests ==2.32.3
28
28
  Requires-Dist: jinja2 ==3.1.4
29
- Requires-Dist: nci-cidc-schemas ==0.26.33
29
+ Requires-Dist: nci-cidc-schemas ==0.26.35
30
30
 
31
31
  # NCI CIDC API <!-- omit in TOC -->
32
32
 
@@ -202,15 +202,16 @@ Install the [Cloud SQL Proxy](https://cloud.google.com/sql/docs/mysql/quickstart
202
202
  curl -o /usr/local/bin/cloud_sql_proxy https://dl.google.com/cloudsql/cloud_sql_proxy.darwin.amd64
203
203
  chmod +x /usr/local/bin/cloud_sql_proxy
204
204
  mkdir ~/.cloudsql
205
+ chmod 777 ~/.cloudsql
205
206
  ```
206
207
 
207
- Proxy to the staging Cloud SQL instance:
208
+ Proxy to the dev Cloud SQL instance:
208
209
 
209
210
  ```bash
210
- cloud_sql_proxy -instances cidc-dfci-staging:us-central1:cidc-postgresql-staging -dir ~/.cloudsql
211
+ cloud-sql-proxy --unix-socket ~/.cloudsql/ nih-nci-cimac-cidc-dev2:us-east4:cidc-postgresql-dev2 &
211
212
  ```
212
213
 
213
- In your `.env` file, comment out `POSTGRES_URI` and uncomment all environment variables prefixed with `CLOUD_SQL_`. Restart your local API instance, and it will connect to the staging Cloud SQL instance via the local proxy.
214
+ In your `.env` file, comment out `POSTGRES_URI` and uncomment all environment variables prefixed with `CLOUD_SQL_`. Change CLOUD_SQL_SOCKET_DIR to contain a reference to your home directory. Restart your local API instance, and it will connect to the staging Cloud SQL instance via the local proxy.
214
215
 
215
216
  If you wish to connect to the staging Cloud SQL instance via the postgres REPL, download and run the CIDC sql proxy tool (a wrapper for `cloud_sql_proxy`):
216
217
 
@@ -12,14 +12,14 @@ cidc_api/models/models.py,sha256=Hjp9sieGdldNbUzneFi-7vRYyo9wwr0D-0m_UbxsDEk,124
12
12
  cidc_api/models/schemas.py,sha256=7tDYtmULuzTt2kg7RorWhte06ffalgpQKrFiDRGcPEQ,2711
13
13
  cidc_api/models/files/__init__.py,sha256=8BMTnUSHzUbz0lBeEQY6NvApxDD3GMWMduoVMos2g4Y,213
14
14
  cidc_api/models/files/details.py,sha256=eg1u8uZwtxb0m9mFobcTL_mnPBMq1MPZv3NN3KWMGOI,62309
15
- cidc_api/models/files/facets.py,sha256=5xI5eM1J0Uc97W0-MvAPSRRN-2Hs2xb_AIupliJRMJU,29172
15
+ cidc_api/models/files/facets.py,sha256=n2Xi4zaC2pcJQw31gOLFxnF0nwtUBIkvw-5Th21-5uQ,29403
16
16
  cidc_api/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  cidc_api/shared/auth.py,sha256=VMd_3QJE2iG16QxuGzHBV9MzJJItOZNn9gcw0_iUBLI,11647
18
18
  cidc_api/shared/emails.py,sha256=5dyuKlpcg1M4P_RrAt0ss2hiCqb-Y7p2XXR1d9uBXg8,4868
19
19
  cidc_api/shared/gcloud_client.py,sha256=7dDs0crLMJKdIp4IDSfrZBMB3h-zvWNieB81azoeLO4,33746
20
20
  cidc_api/shared/rest_utils.py,sha256=LMfBpvJRjkfQjCzVXuhTTe4Foz4wlvaKg6QntyR-Hkc,6648
21
- nci_cidc_api_modules-1.0.12.dist-info/LICENSE,sha256=pNYWVTHaYonnmJyplmeAp7tQAjosmDpAWjb34jjv7Xs,1102
22
- nci_cidc_api_modules-1.0.12.dist-info/METADATA,sha256=SPwKY2ReUVP7izlWlwHgVmLTSPxN95TSsFIWSQstems,40508
23
- nci_cidc_api_modules-1.0.12.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
24
- nci_cidc_api_modules-1.0.12.dist-info/top_level.txt,sha256=rNiRzL0lJGi5Q9tY9uSoMdTbJ-7u5c_D2E86KA94yRA,9
25
- nci_cidc_api_modules-1.0.12.dist-info/RECORD,,
21
+ nci_cidc_api_modules-1.0.15.dist-info/LICENSE,sha256=pNYWVTHaYonnmJyplmeAp7tQAjosmDpAWjb34jjv7Xs,1102
22
+ nci_cidc_api_modules-1.0.15.dist-info/METADATA,sha256=xMhCbJFMbqaRYi87Pq_JqmJCgQSIqZ979kGsd2ynMMc,40603
23
+ nci_cidc_api_modules-1.0.15.dist-info/WHEEL,sha256=-oYQCr74JF3a37z2nRlQays_SX2MqOANoqVjBBAP2yE,91
24
+ nci_cidc_api_modules-1.0.15.dist-info/top_level.txt,sha256=rNiRzL0lJGi5Q9tY9uSoMdTbJ-7u5c_D2E86KA94yRA,9
25
+ nci_cidc_api_modules-1.0.15.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (71.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5