We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18a7a60 + c4c4ee5 commit 94022deCopy full SHA for 94022de
rest_VariantValidator/endpoints/hello.py
@@ -34,7 +34,7 @@ def get(self):
34
# Collect Arguments
35
args = parser.parse_args()
36
config_dict = vval.my_config()
37
- config_dict['seqrepo_db'] = config_dict['seqrepo_db'].split('/')[-1]
+ config_dict['vvseqrepo_db'] = config_dict['vvseqrepo_db'].split('/')[-2]
38
39
# Overrides the default response route so that the standard HTML URL can return any specified format
40
if args['content-type'] == 'application/json':
0 commit comments