Skip to content

Commit

Permalink
add Hi-C protocol field in experiment ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardfan committed Nov 28, 2018
1 parent 1b883dc commit a2a6db1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rulesets/faang_experiments.metadata_legacy_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,12 @@
"name": "restriction site",
"description": "Restriction site targeted",
"type": "text"
},
{
"mandatory": "recommended",
"name": "Hi-C protocol",
"description": "Link to the protocol used for Hi-C experiment",
"type": "uri_value"
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions rulesets/faang_experiments.metadata_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,12 @@
"name": "restriction site",
"description": "Restriction site targeted",
"type": "text"
},
{
"mandatory": "mandatory",
"name": "Hi-C protocol",
"description": "Link to the protocol used for Hi-C experiment",
"type": "uri_value"
}
]
},
Expand Down

0 comments on commit a2a6db1

Please sign in to comment.