ncihtan / data-models

Schema.org Data Models for HTAN
MIT License
14 stars 6 forks source link

Model integrity failure: Check all attributes are unique #403

Closed adamjtaylor closed 1 month ago

adamjtaylor commented 1 month ago

Running our model integrity checks on our main branch, causes a fail in the *Check all attributes are unique` check.

It looks like we managed to drag these in from the merge of the CosMX and Xenium PRs.

Run python .github/workflows/check_attributes_are_unique.py
"Panel Name" appears 2 times in the data model
"Total Number of Cells" appears 2 times in the data model
"Total Number of Targets" appears 2 times in the data model
"Experiment IF Channels" appears 2 times in the data model
"Transcripts per Cell" appears 2 times in the data model
"Percent of Transcripts within Cells" appears 2 times in the data model
"Panel Name" appears 2 times in the data model
"Total Number of Cells" appears 2 times in the data model
"Total Number of Targets" appears 2 times in the data model
"Experiment IF Channels" appears 2 times in the data model
"Transcripts per Cell" appears 2 times in the data model
"Percent of Transcripts within Cells" appears 2 times in the data model
Error: Process completed with exit code 1.
adamjtaylor commented 1 month ago

Lets fix this one before we make a release that also fixes #400 and #399