The Annotated-Outcome-Predictors-leaderboard.json file could possibly have a bug at the 3rd column annotation dataElement id value: for the second column this seems correct: ``` { "columnNumber": 2, "headerValue": "TCGAID", "results": [ { "resultNumber": 1, "result": { "dataElement": { "id": 3297422, "name": "Biospecimen Prior TCGA Assigned Identifier" }, ``` but for the third column the same id is repeated, with a different name. The id here probably should be 3773940 ``` { "columnNumber": 3, "headerValue": "MajorAxisLength", "results": [ { "resultNumber": 1, "result": { "dataElement": { "id": 3297422, "name": "Longest Tumor Diameter Surgeon MM Measurement" }, ```

Created by Attila L. Egyedi attila.egyedi
Hi @attila.egyedi , Sorry for the delay. We wound examining the various leaderboard files for similar issues to this one and we've fixed them in an update that got posted yesterday to the Sage repository as well as docker. Some identifiers had typos (would affect scoring), and some labels had typos as well (these particular labels would not affect scoring). If you have local copies of these files you are free to refresh them now, as well as the caDSR-export.tsv file which we also updated to sync up with some of the newer CDEs that were used for annotating the gold standard files. Regards, Gilberto
Hi @attila.egyedi , We hope to have a fiile update soon. Hopefully by tomorrow to be posted no later than Monday. Regards, Gilberto

Possible bug in the Outcome-Predictors annotation file, column 3 page is loading…