Skip to content

Commit

Permalink
Removed Signature_keys from libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed May 3, 2019
1 parent 90b8e47 commit a0b34e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
16 changes: 0 additions & 16 deletions core/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
4 changes: 0 additions & 4 deletions core/library.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"dataset_type": "geneset_library",
"signatures": [
"1"
],
"Signature_keys": [
"Genes",
"Cell_Line"
]
}
},
Expand Down

0 comments on commit a0b34e5

Please sign in to comment.