Igor Pozdnyakov

Results 4 issues of Igor Pozdnyakov

How do I get a list of available options for MENU_EXCLUDE for items that do not have 'app' key in the MENU data structure? The docs give example of 'auth'...

Build containers following the instructions: ``` $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e3d65615c34d nginx:stable-alpine "nginx -g 'daemon of…" 11 minutes ago Up 11 minutes 0.0.0.0:80->80/tcp,...

``` from keycloak import KeycloakOpenID keycloak_openid = KeycloakOpenID(server_url="http://:8080/auth/", client_id="", realm_name="", client_secret_key="", verify=True) config_well_know = keycloak_openid.well_know() token = keycloak_openid.token("", "") print(token) # all tokens returned ok userinfo = keycloak_openid.userinfo(token['access_token']) print ("userinfo:",...

Hello. Mac OS x El Capitan 10.11.6. After installing pre-reqs (VEP and samtools) and vcf2maf I got to the test step in the manual and got this error: $ perl...