Skip to content

Commit

Permalink
Merge pull request #32 from EGA-archive/urgent-fix
Browse files Browse the repository at this point in the history
Adding all types of granularity for entry types configuration
  • Loading branch information
costero-e authored Jan 13, 2025
2 parents 88f079b + f4432ec commit 928e368
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/conf/api_version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
api_version: v2.0-cdc1fd7
api_version: v2.0-88f079b
15 changes: 15 additions & 0 deletions beacon/source/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

analyses={
'granularity': {
'boolean': True,
'count': True,
'record': True
},
Expand All @@ -14,6 +15,7 @@
}
biosamples={
'granularity': {
'boolean': True,
'count': True,
'record': True
},
Expand All @@ -27,6 +29,11 @@
'database': 'mongo'
}
cohorts={
'granularity': {
'boolean': True,
'count': True,
'record': True
},
'singleEntryUrl': True,
'endpoints': {
'analysis': True,
Expand All @@ -37,6 +44,11 @@
'database': 'mongo'
}
datasets={
'granularity': {
'boolean': True,
'count': True,
'record': True
},
'singleEntryUrl': True,
'endpoints': {
'analysis': True,
Expand All @@ -50,6 +62,7 @@
}
g_variants={
'granularity': {
'boolean': True,
'count': True,
'record': True
},
Expand All @@ -65,6 +78,7 @@
}
individuals={
'granularity': {
'boolean': True,
'count': True,
'record': True
},
Expand All @@ -80,6 +94,7 @@
}
runs={
'granularity': {
'boolean': True,
'count': True,
'record': True
},
Expand Down

0 comments on commit 928e368

Please sign in to comment.