From a0b34e58619beaa72f38d927e7f3428b73515c20 Mon Sep 17 00:00:00 2001 From: "Daniel J. B. Clarke" Date: Fri, 3 May 2019 12:47:34 -0400 Subject: [PATCH] Removed Signature_keys from libraries --- core/library.json | 16 ---------------- core/library.test.json | 4 ---- 2 files changed, 20 deletions(-) diff --git a/core/library.json b/core/library.json index 3f7cc40..d3ed6df 100644 --- a/core/library.json +++ b/core/library.json @@ -34,22 +34,6 @@ "items": { "type": "string", "description": "Globally unique identifier referring to the actual signature" - }, - "Signature_keys": { - "type": "array", - "description": "The signature fields of this library.", - "items": { - "type": "string", - "description": "Name of the field" - } - } - }, - "Signature_keys": { - "type": "array", - "description": "List of keys available in the signature's metadata", - "items": { - "type": "string", - "description": "Key identifier" } } }, diff --git a/core/library.test.json b/core/library.test.json index da2606a..2181ea9 100644 --- a/core/library.test.json +++ b/core/library.test.json @@ -30,10 +30,6 @@ "dataset_type": "geneset_library", "signatures": [ "1" - ], - "Signature_keys": [ - "Genes", - "Cell_Line" ] } },