nci-cidc-schemas 0.26.37__py2.py3-none-any.whl → 0.26.38__py2.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.
Potentially problematic release.
This version of nci-cidc-schemas might be problematic. Click here for more details.
- cidc_schemas/__init__.py +1 -1
- cidc_schemas/unprism.py +4 -0
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.26.38.dist-info}/METADATA +1 -1
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.26.38.dist-info}/RECORD +8 -8
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.26.38.dist-info}/WHEEL +1 -1
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.26.38.dist-info}/LICENSE +0 -0
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.26.38.dist-info}/entry_points.txt +0 -0
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.26.38.dist-info}/top_level.txt +0 -0
cidc_schemas/__init__.py
CHANGED
cidc_schemas/unprism.py
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from io import StringIO, BytesIO
|
|
4
4
|
from typing import Callable, Dict, List, NamedTuple, Optional, Union
|
|
5
5
|
|
|
6
|
+
import math
|
|
6
7
|
import pandas as pd
|
|
7
8
|
|
|
8
9
|
from . import prism
|
|
@@ -332,6 +333,9 @@ def _cytof_analysis_derivation(context: DeriveFilesContext) -> DeriveFilesResult
|
|
|
332
333
|
res_df = pd.DataFrame()
|
|
333
334
|
for index, row in cell_counts_analysis_csvs.iterrows():
|
|
334
335
|
obj_url = row[f"output_files.{combined_f_kind}.object_url"]
|
|
336
|
+
if isinstance(obj_url, float) and math.isnan(obj_url):
|
|
337
|
+
# output file does not exist - continue (don't fail when a cytof assay is not included in analysis)
|
|
338
|
+
continue
|
|
335
339
|
|
|
336
340
|
cell_counts_csv = context.fetch_artifact(obj_url, True)
|
|
337
341
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cidc_schemas/__init__.py,sha256=
|
|
1
|
+
cidc_schemas/__init__.py,sha256=9Df5WbWCck9fRAaOji8IQO8BZvV88vXOvtUNUoYYB1c,136
|
|
2
2
|
cidc_schemas/cli.py,sha256=gWiktRlraNH8Q0zNUae9dohKjPwBmcY0BJwdcQ_fIic,4099
|
|
3
3
|
cidc_schemas/constants.py,sha256=RULs7pGuBAVq1teXymrfbVsK23ZowJvLuZlv0KcjL-Y,698
|
|
4
4
|
cidc_schemas/json_validation.py,sha256=81Dql5LAw4t-0t1cYKpCNQqiUok9rQvGxSk-9VxyILA,20047
|
|
@@ -6,7 +6,7 @@ cidc_schemas/migrations.py,sha256=Amg_T4cFgMzySD7yNnT_PWpqP7hwlTWGeHlI_RSXuRI,14
|
|
|
6
6
|
cidc_schemas/template.py,sha256=gM6Xp1fOZaF8wOLzY5HGdxi4p8cEYhYXRpqRPncYua0,49865
|
|
7
7
|
cidc_schemas/template_reader.py,sha256=xXtLRKu1y4FrPj8RgyGOmB2hlsCDXcuvMBWami2_jV8,13119
|
|
8
8
|
cidc_schemas/template_writer.py,sha256=faOhvSDTp4nuPhOtVQR_J7YNnFzx-vh7oyNpFdee1mY,18236
|
|
9
|
-
cidc_schemas/unprism.py,sha256=
|
|
9
|
+
cidc_schemas/unprism.py,sha256=TOD3CSGkgNnTtT-OeCCE3Ihlam84lr8XGOmtdSy2lL8,13545
|
|
10
10
|
cidc_schemas/util.py,sha256=ZCQ--ROZyXYVB034fHHmxZXb5F0G2GwzPwSfyfegtGk,4348
|
|
11
11
|
cidc_schemas/metaschema/strict_meta_schema.json,sha256=3FiS0r2dAXgfPsruJwZYbQoQnHhC_yl-3mclX8gfiQU,6428
|
|
12
12
|
cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2,sha256=6no9sFqwzb1T61RZGD-owDt2K5R8G_fPTzflV4fOroo,2832
|
|
@@ -154,9 +154,9 @@ cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=Y3951
|
|
|
154
154
|
cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json,sha256=lVJrGb28n-vyfjGBzhrzjn1lMKw1b4HXXmWtwA603v0,2797
|
|
155
155
|
cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=-CC7Hg-qzZ7e5QrrnkybrS1Vrfq2zlgtxU4kRnR5is8,13472
|
|
156
156
|
cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=uPiiEo1xEde6MDhQDapLIjL8XcghgeoCEDdZTzGYFBA,12617
|
|
157
|
-
nci_cidc_schemas-0.26.
|
|
158
|
-
nci_cidc_schemas-0.26.
|
|
159
|
-
nci_cidc_schemas-0.26.
|
|
160
|
-
nci_cidc_schemas-0.26.
|
|
161
|
-
nci_cidc_schemas-0.26.
|
|
162
|
-
nci_cidc_schemas-0.26.
|
|
157
|
+
nci_cidc_schemas-0.26.38.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
|
|
158
|
+
nci_cidc_schemas-0.26.38.dist-info/METADATA,sha256=V5e4z-bRTKL8HvnOEW6TP3CoX7Xiphp1lwfXqxOo1NY,4314
|
|
159
|
+
nci_cidc_schemas-0.26.38.dist-info/WHEEL,sha256=0VNUDWQJzfRahYI3neAhz2UVbRCtztpN5dPHAGvmGXc,109
|
|
160
|
+
nci_cidc_schemas-0.26.38.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
|
|
161
|
+
nci_cidc_schemas-0.26.38.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
|
|
162
|
+
nci_cidc_schemas-0.26.38.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|