From f5df1f58895acb8825db1de0035feaba08f0899d Mon Sep 17 00:00:00 2001 From: Mingjie Li Date: Thu, 9 Dec 2021 16:09:34 -0600 Subject: [PATCH] remove reviewer_comment --- src/encoded/schemas/changelogs/mixins.md | 1 + src/encoded/schemas/mixins.json | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/encoded/schemas/changelogs/mixins.md b/src/encoded/schemas/changelogs/mixins.md index caeb2962246..25df6a962b1 100644 --- a/src/encoded/schemas/changelogs/mixins.md +++ b/src/encoded/schemas/changelogs/mixins.md @@ -10,3 +10,4 @@ * Added *GRO-cap*, *GRO-seq*, and *long read single-cell RNA-seq* to *assay_term_name* enum; *single-nucleus RNA-seq* and *genotyping by high throughput sequencing assay* were removed and remapped to *single-cell RNA sequencing assay* and *whole genome sequencing assay* respectively * Removed *single-cell ATAC-seq* from *assay.assay_term_name* enum and remapped to *single-nucleus ATAC-seq* * Added *LC/MS label-free quantitative proteomics*, *LC-MS/MS isobaric label quantitative proteomics*, and *Ribo-seq* to *assay_term_name* enum. *assay_term_name* enum *Capture Hi-C* was changed to *capture Hi-C* +* Removed *reviewer_comment from *review properties diff --git a/src/encoded/schemas/mixins.json b/src/encoded/schemas/mixins.json index 95c7bf71d0b..7749ab4f020 100644 --- a/src/encoded/schemas/mixins.json +++ b/src/encoded/schemas/mixins.json @@ -203,12 +203,6 @@ "description": "Person from the reviewing lab who reviewed the data.", "type": "string", "linkTo": "User" - }, - "reviewer_comment": { - "title": "Reviewer comment", - "description": "Additional information specified by the reviewer.", - "type": "string", - "pattern": "^(\\S+(\\s|\\S)*\\S+|\\S)$" } } }