Wallace
Wallace
In the [INSATLL](https://github.com/farcepest/MySQLdb1/blob/d34fac681487541e4be07e6978e0db233faf8252/INSTALL#L249) file, it is stated that: ``` GPL or the original license based on Python 1.5.2's license. ``` while in [metadata.cfg](https://github.com/farcepest/MySQLdb1/blob/d34fac681487541e4be07e6978e0db233faf8252/metadata.cfg#L28) license is GPL only.
CSS rules are added to introduce scrollbar to the navigation menu when it overflow the screen. However, the Quick Search section would then always stick to the bottom left, even...
This addresses #64 partially, as the API is mandatory but not optional as @fnkr mentioned in the issue.
Version: 6efae23 ``` $ python huami_token.py -m xiaomi -g Getting access token with xiaomi login method... Copy this URL to web-browser https://account.xiaomi.com/oauth2/authorize?skip_confirm=false&client_id=xxxxxxxxxxxxxxxxxxx&pt=0&scope=1+6000+16001+20000&redirect_uri=https%3A%2F%2Fhm.xiaomi.com%2Fwatch.do&_locale=en_US&response_type=code and login to your Mi account. Paste URL...
1. Go http://the-grid.github.io/the-graph/the-graph-editor/index.html 2. Run script below: ``` js var editor = document.getElementById('editor'); editor.nofloGraph.addNode('test_id_1', 'dom/GetElement', { label: 'Test', x:0, y: -100 }); editor.nofloGraph.addNode('test_id_2', 'core/Split', { label: 'Test2', x: 100, y:...
Exomiser throws below error when provided sample YAML in phenopacket format with pedigree entry containing paternalId or maternalId of `0` ``` java.lang.IllegalStateException: Failed to execute CommandLineRunner at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771) at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:752)...
docker-compose.yml: ```yml version: '3.2' services: exomiser: image: exomiser/exomiser-cli:13.2.0 user: ${UID}:${GID} environment: - SPRING_CONFIG_LOCATION=/exomiser-data/application.properties - "JDK_JAVA_OPTIONS=-Xmx96g -XX:+UseG1GC -XX:ParallelGCThreads=48" volumes: - /etc/passwd:/etc/passwd:ro - /etc/group:/etc/group:ro - ./runtime:/exomiser - ./runtime/exomiser:/exomiser-data - ./runtime/tmp:/app/classes/results working_dir: /exomiser...
### Description By adjusting `analysisMode` between `FULL` and `PASS_ONLY`, the resulting P-VALUE (and only P-VALUE) is different for certain variants. The differences are small in the below example though (ranging...
The problem could be reproduced on 2 different hosts: 1. Ubuntu 18.04.2 LTS * Kernel: 4.15.0-46-generic * Docker: 18.09.3 2. MacOS 10.14.6 * Docker Desktop: 2.2.0.5 (43884) * Docker Engine:...
VCF file is tab-delimited according to the specification. The following line is splitting the header line by whitespace: https://github.com/zhanxw/checkVCF/blob/master/checkVCF.py#L194 If sample name contains space, incorrect number of columns will be...