Skip to content

Commit 928e368

Browse files
authored
Merge pull request #32 from EGA-archive/urgent-fix
Adding all types of granularity for entry types configuration
2 parents 88f079b + f4432ec commit 928e368

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

beacon/conf/api_version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
api_version: v2.0-cdc1fd7
1+
api_version: v2.0-88f079b

beacon/source/manage.py

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
analyses={
44
'granularity': {
5+
'boolean': True,
56
'count': True,
67
'record': True
78
},
@@ -14,6 +15,7 @@
1415
}
1516
biosamples={
1617
'granularity': {
18+
'boolean': True,
1719
'count': True,
1820
'record': True
1921
},
@@ -27,6 +29,11 @@
2729
'database': 'mongo'
2830
}
2931
cohorts={
32+
'granularity': {
33+
'boolean': True,
34+
'count': True,
35+
'record': True
36+
},
3037
'singleEntryUrl': True,
3138
'endpoints': {
3239
'analysis': True,
@@ -37,6 +44,11 @@
3744
'database': 'mongo'
3845
}
3946
datasets={
47+
'granularity': {
48+
'boolean': True,
49+
'count': True,
50+
'record': True
51+
},
4052
'singleEntryUrl': True,
4153
'endpoints': {
4254
'analysis': True,
@@ -50,6 +62,7 @@
5062
}
5163
g_variants={
5264
'granularity': {
65+
'boolean': True,
5366
'count': True,
5467
'record': True
5568
},
@@ -65,6 +78,7 @@
6578
}
6679
individuals={
6780
'granularity': {
81+
'boolean': True,
6882
'count': True,
6983
'record': True
7084
},
@@ -80,6 +94,7 @@
8094
}
8195
runs={
8296
'granularity': {
97+
'boolean': True,
8398
'count': True,
8499
'record': True
85100
},

0 commit comments

Comments
 (0)