Skip to content

Commit

Permalink
added all types of granularity
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jan 13, 2025
1 parent dce4351 commit 758186f
Showing 1 changed file with 15 additions and 0 deletions.
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 758186f

Please sign in to comment.