nci-cidc-schemas 0.27.25__py2.py3-none-any.whl → 0.27.27__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/prism/extra_metadata.py +1 -1
- cidc_schemas/schemas/templates/assays/scrnaseq_template.json +1 -1
- {nci_cidc_schemas-0.27.25.dist-info → nci_cidc_schemas-0.27.27.dist-info}/METADATA +1 -1
- {nci_cidc_schemas-0.27.25.dist-info → nci_cidc_schemas-0.27.27.dist-info}/RECORD +9 -9
- {nci_cidc_schemas-0.27.25.dist-info → nci_cidc_schemas-0.27.27.dist-info}/WHEEL +0 -0
- {nci_cidc_schemas-0.27.25.dist-info → nci_cidc_schemas-0.27.27.dist-info}/entry_points.txt +0 -0
- {nci_cidc_schemas-0.27.25.dist-info → nci_cidc_schemas-0.27.27.dist-info}/licenses/LICENSE +0 -0
- {nci_cidc_schemas-0.27.25.dist-info → nci_cidc_schemas-0.27.27.dist-info}/top_level.txt +0 -0
cidc_schemas/__init__.py
CHANGED
|
@@ -131,7 +131,7 @@ def parse_npx(xlsx: BinaryIO) -> dict:
|
|
|
131
131
|
|
|
132
132
|
# otherwise get the identifier
|
|
133
133
|
# and check that it is a CIMAC ID
|
|
134
|
-
if cimac_id_regex.match(first_cell):
|
|
134
|
+
if cimac_id_regex.match(first_cell) and first_cell not in ids:
|
|
135
135
|
ids.append(first_cell)
|
|
136
136
|
|
|
137
137
|
sample_count = len(ids)
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"Read 2": {
|
|
77
77
|
"merge_pointer": "0/details/read_2_file",
|
|
78
78
|
"is_artifact": 1,
|
|
79
|
-
"gcs_uri_format": "{protocol identifier}/scrnaseq/{batch id}/{cimac id}/
|
|
79
|
+
"gcs_uri_format": "{protocol identifier}/scrnaseq/{batch id}/{cimac id}/read_2.gz",
|
|
80
80
|
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
81
81
|
},
|
|
82
82
|
"library yield ng": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cidc_schemas/__init__.py,sha256=
|
|
1
|
+
cidc_schemas/__init__.py,sha256=LzCxsxeBVy_w57xsTTGde82YzIm7FKoErArY-_xeGW4,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=spmPsqinib7Ns5GvWOKKa1rc7IrN_s2bqifpTKdaLVU,23288
|
|
@@ -13,7 +13,7 @@ cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2,sha256=6no9sFqw
|
|
|
13
13
|
cidc_schemas/prism/__init__.py,sha256=J5Tj0X7Di6cyxAjaduOUp2aVyvl8UI67bgxEkgttvcU,530
|
|
14
14
|
cidc_schemas/prism/constants.py,sha256=PevSn-geY8VTGMx1iXdUJ2LgoeuhEdKfIpZYk_LbzwI,4088
|
|
15
15
|
cidc_schemas/prism/core.py,sha256=tXDCCHurvcrxfU11meH3NRAVo9niklup0dpLRoIXwPk,20242
|
|
16
|
-
cidc_schemas/prism/extra_metadata.py,sha256=
|
|
16
|
+
cidc_schemas/prism/extra_metadata.py,sha256=lZnuFy-UFulJ4QugAfEG7UbjXCOSi2wHLQnWtPCX__U,8593
|
|
17
17
|
cidc_schemas/prism/merger.py,sha256=36CKBPVoWecHuvGp3oT9a2d4jWIkvKuS_UofKTEpMYs,13065
|
|
18
18
|
cidc_schemas/prism/pipelines.py,sha256=dvZtoC7pEVgdPual_DZUTBFfgvSV7yTdk1RHwi5h6Vs,33522
|
|
19
19
|
cidc_schemas/schemas/aliquot.json,sha256=F24s6xGTeJl-VT6s6wvV8YtMA4O-0BsUCwtD2OEx_cY,1943
|
|
@@ -162,7 +162,7 @@ cidc_schemas/schemas/templates/assays/nanostring_template.json,sha256=XFbf72EHNs
|
|
|
162
162
|
cidc_schemas/schemas/templates/assays/olink_template.json,sha256=3YqkeVF9PnXUeETkf0RfEB14jprNPMWWwY4GTALfuWY,6335
|
|
163
163
|
cidc_schemas/schemas/templates/assays/rna_bam_template.json,sha256=l2OLgb8hx3fAupUvdWWtn_QbOiyicYE2u4diVz7C5cg,3084
|
|
164
164
|
cidc_schemas/schemas/templates/assays/rna_fastq_template.json,sha256=ZSKfzQ38SkpeKTK-xT9YAz0tRafCjo-IUZsr8GBYLOM,3344
|
|
165
|
-
cidc_schemas/schemas/templates/assays/scrnaseq_template.json,sha256=
|
|
165
|
+
cidc_schemas/schemas/templates/assays/scrnaseq_template.json,sha256=GnH-hh644YkYDghidCMAqNA-k6OMk_snNU1P8625w6M,4843
|
|
166
166
|
cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json,sha256=Hb8ngxw6XHjIqtA9W1eLfO3ciH18VfRTKOQvipX14Dg,3269
|
|
167
167
|
cidc_schemas/schemas/templates/assays/tcr_fastq_template.json,sha256=7Qq4ssI8ErDrHy5RIxjPcNiDf2IBHG42JcngDFKxqlE,3457
|
|
168
168
|
cidc_schemas/schemas/templates/assays/visium_template.json,sha256=H_UhJBGxPyGWq4HSPsn4SpKMmb3xTC1e5DMz3XlXAu4,7898
|
|
@@ -178,9 +178,9 @@ cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=q2GmO
|
|
|
178
178
|
cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json,sha256=lVJrGb28n-vyfjGBzhrzjn1lMKw1b4HXXmWtwA603v0,2797
|
|
179
179
|
cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=LpaoDXDS11NCa-Dv37N-tzEGomswQrx5fypkUcG7xJk,18956
|
|
180
180
|
cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=-gww6NCHbtbI5z7UmNSmKyPK3IqKCE8F6n4XwTAb_gk,18101
|
|
181
|
-
nci_cidc_schemas-0.27.
|
|
182
|
-
nci_cidc_schemas-0.27.
|
|
183
|
-
nci_cidc_schemas-0.27.
|
|
184
|
-
nci_cidc_schemas-0.27.
|
|
185
|
-
nci_cidc_schemas-0.27.
|
|
186
|
-
nci_cidc_schemas-0.27.
|
|
181
|
+
nci_cidc_schemas-0.27.27.dist-info/licenses/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
|
|
182
|
+
nci_cidc_schemas-0.27.27.dist-info/METADATA,sha256=HMgpbCIIfPcPd8T3Vhv53S3WV4iFLkv9NzxwylK5H3U,4554
|
|
183
|
+
nci_cidc_schemas-0.27.27.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
184
|
+
nci_cidc_schemas-0.27.27.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
|
|
185
|
+
nci_cidc_schemas-0.27.27.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
|
|
186
|
+
nci_cidc_schemas-0.27.27.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|